gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: ia64 and garbage collection


From: David Mosberger
Subject: [Gcl-devel] Re: ia64 and garbage collection
Date: Tue, 30 Jul 2002 11:18:49 -0700

>>>>> On Tue, 30 Jul 2002 13:33:12 -0400, Camm Maguire <address@hidden> said:

  Camm> 1) Is there a work around, i.e. a way in which I can ensure
  Camm> clearing all registers back to the stack at a certain point in
  Camm> the program?

A call to getcontext() does have the effect of forcing all
callee-saved (preserved) registers into memory (and the "scratch"
registers won't be live, by virtue of getcontext() being a regular
function call).

        --david



reply via email to

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