objc2 icon indicating copy to clipboard operation
objc2 copied to clipboard

Zero-cost `Ivar` access

Open madsmtm opened this issue 1 year ago • 0 comments

When using declare_class! it should be possible to create statics that are initialized with the correct offset after ClassType::class has run; this would allow accessing instance variables with exactly the same performance characteristics as Objective-C!

madsmtm avatar Aug 29 '22 14:08 madsmtm