You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by Apache Wiki <wi...@apache.org> on 2008/05/12 10:19:28 UTC

[Harmony Wiki] Update of "Jitrino OPT/gcmap" by Mikhail Fursov

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification.

The following page has been changed by Mikhail Fursov:
http://wiki.apache.org/harmony/Jitrino_OPT/gcmap

New page:
''' 'gc_map' ''' LIR transformation prepares and registers in VM a map of all objects and managed pointers operands locations for every instruction that is suspension point. This map is used for GC-enumeration for root-set formation.
[[BR]]
[[BR]]
The instruction is considered as suspension point if the code execution can be suspended on it.
Usually all CALL instructions are considered as suspension points.