Garbage Collection and the Optimizer
There’s an interesting edge case in the Objective-C garbage collector that’s being discussed on Cocoa-dev. The collector treats variables on the stack as rooted, but the contents of the stack may not match what the programmer is expecting. If gcc’s optimizer determines that a particular variable will no longer be accessed, it can replace it … Continue reading Garbage Collection and the Optimizer
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed