This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: Distributions still suffering from s390 ABI change problems.


Rich Felker <dalias@libc.org> writes:

> I don't think so. All of the pointers from saved registers end up
> saved on the stack rather than being in the jmp_buf, which makes it
> very clear to the GC that they're live. Having them just inside the
> jmp_buf is the hard case, since the GC has to specially know to look
> there. When they're on the stack, it's just like normal saving by the
> callee on the stack.

If the jmp_buf is itself part of the stack there is not much of a
difference.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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