site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Cheers, -- M. Uli Kusterer http://www.zathras.de _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Am 03.11.2006 um 22:21 schrieb Eric Albert: It looks like this code isn't built with optimization, so I'm not surprised that the compiler used a bit more stack space than necessary. Well, I was afraid to build with optimization because in general that means the code becomes so efficient it isn't readable anymore (and isn't recognizable as the same code I wrote), which after all was the point of this exercise. But you're right, a little O1 can't hurt, though it replaces the "leave" in addNumbers() with "popl %ebp", which threw me for a loop at first. This email sent to site_archiver@lists.apple.com