Yoused
up
- Joined
- Aug 14, 2020
- Posts
- 6,840
- Solutions
- 1
One thing that gets pretty heavy use is memory allocation. I wonder if they might use embedded hardware to accelerate memory management. For instance, how much time could be bought by laying calloc() underneath the requesting process? I believe ObjC allocation uses calloc() for each instance frame, and a whole lot of objects are being created and destroyed with great frequency.