annotate mx.cmd @ 15388:769fc3629f59

Add phase FlowSensitiveReductionPhase. It is possible to remove GuardingPiNodes, CheckCastNodes, and FixedGuards during HighTier under certain conditions (control-flow sensitive conditions). The phase added in this commit (FlowSensitiveReductionPhase) does that, and in addition replaces usages with "downcasting" PiNodes when possible thus resulting in more precise object stamps (e.g., non-null). Finally, usages of floating, side-effects free, expressions are also simplified (as per control-flow sensitive conditions). The newly added phase runs only during HighTier and can be deactivated using Graal option FlowSensitiveReduction (it is active by default).
author Miguel Garcia <miguel.m.garcia@oracle.com>
date Fri, 25 Apr 2014 16:50:52 +0200
parents 4023bae16d02
children 46c51b5d0abb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4190
bfae65ae6c1e Added mx.bat for Windows.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
1 python mxtool/mx.py %*