Project

General

Profile

« Previous | Next » 

Revision 7a7aba75

Added by ko1 (Koichi Sasada) over 2 years ago

check liveness of cc->klass and cc->cme_

cc->klass and cc->cme_ can be free'ed while last marking
so that it should be checked bofore updating the pointers.

Note that T_MOVED is living, but is_live_object() returns false.