This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

ia64 and garbage collection


You don't seem to have mentioned that the IA-64 has *two* stacks: one
contains registers and one structures and arrays.  If you want to
flush the register stack to memory for the sake of the garbage
collector, that's easy: just call __builtin_ia64_flushrs().

Andrew.


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