[Stackless] Stackless Python for Python 2.5.1

Richard Tew richard.m.tew at gmail.com
Wed May 9 15:50:32 CEST 2007


Some minor (or major depending on how hard it would crash) corrections.

>         subq    4, %rsp
>         stmxcsr [%rsp-4]

subq    8, %rsp
stmxcsr [%rsp]

>         cmp     -1, %rax                @ if (diff ==  1)
>         beq     .no_restore             @     return 0;

cmp     1, %rax                @ if (diff ==  1)
beq     .no_restore             @     return 0;

> .exit:
>         ldmxcsr [%rsp-4]

ldmxcsr [%rsp]
addq    8, %rsp

If you can't work out how to hook this up Hieu, and the offer of a
shell account for the purpose of getting it working is still open,
contact me with the details and I'll give it a shot.

Cheers,
Richard.

_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list