Skip to content

[ObjC] Name __objc_ivar offset globals#8177

Open
briantkelley wants to merge 1 commit into
Vector35:devfrom
briantkelley:objc-ivar
Open

[ObjC] Name __objc_ivar offset globals#8177
briantkelley wants to merge 1 commit into
Vector35:devfrom
briantkelley:objc-ivar

Conversation

@briantkelley
Copy link
Copy Markdown

Define an Objective-C symbol for each entry in __objc_ivar in the form ivarOffset_<class>_<ivar>. An entry is read on every ivar access, so the symbolication improves the readability of the disassembly and ILs.

Define an Objective-C symbol for each entry in __objc_ivar in the form
`ivarOffset_<class>_<ivar>`. An entry is read on every ivar access, so
the symbolication improves the readability of the disassembly and ILs.
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 15, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants