lightning
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lightning] release gets closer...


From: Paolo Bonzini
Subject: Re: [Lightning] release gets closer...
Date: Wed, 22 Nov 2006 11:53:06 +0100
User-agent: Thunderbird 1.5.0.8 (Macintosh/20061025)

Ludovic Courtès wrote:
Hi Paolo,

Patch-36 in my branch fixes the function epilogue on IA32 and x86-64
wrt. `allocai'.  Basically, %esp was not restored to its original value
before %edi et al. were popped.  Note that I only tested it on IA32, not
on x86-64.  Also, I was unable to tweak `tests/allocai.c' so that it
systematically catches the problem.

I had already fixed this.  :-)

Speaking of this, wouldn't a patching approach for `allocai' (as on
SPARC and PPC) be more efficient on Intel, instead of generating a `push
%eax' or similar for each `allocai'?  More importantly, not using the
same approach as on SPARC and PPC yields semantic changes.  Consider the
following code:

You are right. This way allows the code to be more space efficient, but I'm open to changes.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]