From: matz@... (Yukihiro Matsumoto) Date: 2002-08-06T15:49:38+09:00 Subject: Re: [Cleanup] GC longjmp macros Hi, In message "[Cleanup] GC longjmp macros" on 02/08/05, Michal Rokos writes: | I think that these lines are odd in gc.c Why did you feel so? We don't need to save signal status (thus use _setjmp instead of setjmp), if we just need save CPU register values into stack. matz.