[squeak-dev] Cog+NativeBoost @ Mac OS

Igor Stasenko siguctua at gmail.com
Fri Dec 10 14:07:51 UTC 2010


On 10 December 2010 14:47, Michael Haupt <mhaupt at gmail.com> wrote:
> Hi Igor,
>
> On 10 December 2010 14:36, Igor Stasenko <siguctua at gmail.com> wrote:
>> how nice of them, isn't?  :))
>
> at least it's documented. Not justified, but documented. Heh. :-)
>

well, it is relatively easy to watch for stack alignment in automatic
generated code.
but in manually crafted code this is not so nice..
okay, i can add some helpers so you can code something like:

gen alignStackBeforeCall: [
  ...
   push x;
   push y;
   ...
].
 do  call..

it's smalltalk, and we could handle such idiosyncrasy with ease :)

> Best,
>
> Michael
>
>



-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list