Re: Intel Assembler on OSX?
Re: Intel Assembler on OSX?
- Subject: Re: Intel Assembler on OSX?
- From: Uli Kusterer <email@hidden>
- Date: Sat, 4 Nov 2006 11:03:05 +0100
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 ëp",
which threw me for a loop at first.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden