Re: [Cleanup] GC longjmp macros

From: matz@... (Yukihiro Matsumoto)
Date: 2002-08-06 06:49:38 UTC
List: ruby-core #300
Hi,

In message "[Cleanup] GC longjmp macros"
    on 02/08/05, Michal Rokos <m.rokos@sh.cvut.cz> 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.

In This Thread