I'm porting the assembly language part of a Forth compiler
(kForth) to OS X ppc. This is my first serious attempt at ppc
assembly language programming. I've been using a "simplified"
linkage to clib functions, which is contrasted with the normal
linkage below.
My question is, what are the disadvantages of my approach? I'm
wondering whether I'm going to regret not having done it the
normal way, somewhere down the line!
-- David W.
Here's the gcc 4.0.1 assembly language output for a C call to
sqrt():
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-dev/email@hidden