this post was submitted on 05 Aug 2023
4 points (100.0% liked)

Swift

360 readers
1 users here now

This group focus on the content related to the development of Apple Eco-system software. So feel free to share and talk about, for example;

founded 1 year ago
MODERATORS
 

Get ready to dive deep into the inner workings of the Objective-C language and runtime! Each post delves into a specific aspect of the language and explores the details of its implementation. I hope you’ll find this valuable to demystify the language, tackle tricky bugs, and optimize your code for performance.

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago

This was really interesting, thanks for posting! I thought I already knew all of the internal details, but looks like some things have changed since the 32 bit days and also as new features were introduced over the years, and I realized I never really knew the internals of toll free bridging either.