Displaying 2 results from an estimated 2 matches for "stg_ap_pp_fast".
2010 Feb 12
3
[LLVMdev] Problems with custom calling convention on Mac OS X
...manipulation to give the function some space despite the function not
otherwise using the stack.
e.g
Utils_doStatefulOp1_entry:
subl $4, %esp
movl 4(%ebp), %eax
movl 8(%ebp), %ecx
movl (%ebp), %esi
movl %eax, 8(%ebp)
movl %ecx, 4(%ebp)
addl $4, %ebp
addl $4, %esp
jmp stg_ap_pp_fast
It would be nice to fix this up as well.
Cheers,
David
2010 Feb 12
0
[LLVMdev] Problems with custom calling convention on Mac OS X
...> otherwise using the stack.
>
> e.g
>
> Utils_doStatefulOp1_entry:
> subl $4, %esp
> movl 4(%ebp), %eax
> movl 8(%ebp), %ecx
> movl (%ebp), %esi
> movl %eax, 8(%ebp)
> movl %ecx, 4(%ebp)
> addl $4, %ebp
> addl $4, %esp
> jmp stg_ap_pp_fast
>
> It would be nice to fix this up as well.
That's normal. But it would be nice to fix this.
Chip