FW: RE: x86_64 port

Kurt Roeckx kurt at roeckx.be
Mon Mar 7 13:19:31 EST 2005


On Mon, Mar 07, 2005 at 09:15:01AM -0800, David Brown wrote:
> 
> gcc 3.3.4 on AMD64 appears to generate correct code when the dummy call is
> present.  Ick.

It generates the following code here:

        subq    $8, %rsp
        movl    $g, %r13d
        movl    $0, %eax
        call    dummy
        jmp     *%r13

Which still has the movl vs movq problem.


Kurt



More information about the Glasgow-haskell-users mailing list