This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Gc] Re: Saving all register of Boehm's Stop-World of hypermodern i686, is it reliable?


On 2/11/07, Hans Boehm <Hans.Boehm@hp.com> wrote:
Sometimes setjmp has also been used in this way, but that sometimes
doesn't save a sufficient part of the register set.

Do you have an example of what setjmp misses?


Of course it typically doesn't save the volatile/caller save registers
(e.g. r0-r3 on ARM/Thumb, r3-r10/r12 (depending on ABI) on PPC), but
that's fine because it's a function call so the compiler doesn't leave
live values in those anyway.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]