←back to thread

168 points pabs3 | 1 comments | | HN request time: 0.216s | source
1. Ecco ◴[] No.45759428[source]
Feels like a disassembly of a boilerplate app, as opposed to handcrafted, minimal assembly code.

For instance I’m pretty sure the autorelease pool is unnecessary as long as you don’t use the autorelease mechanism of Objective-C, which you’re most likely not going to do if you’re writing assembly in the first place.