Slava Pestov wrote:
> 
> This instruction adds an offset to ESP and stores the result in temp-reg:
> 
> temp-reg gc-root-base param@ LEA
> 
> However by that point with-aligned-stack has already changed ESP, so
> you're passing a nonsensical buffer to inline_gc().
> 

Ah that makes sense - thanks.

> 
> Finally, how about removing VM_ASM_API and renaming
> VM_ASM_API_OVERFLOW to VM_ASM_API? For two-arg functions, regparm(3)
> should behave just like regparm(2).
> 

Yep, that's next on my list, will do tonight. I just wanted to get
something pushed to fix the macosx 32bit build problems.

Thanks again,

Phil



------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to