DescriptionShort Circuit Evaluation
Split Nodes whenever an early jump is possible by short circuiting boolean
operations. Nodes are split after conservatively checking for side effects,
which include definition of multi block variables, function calls and
instructions involving memory.
BUG=None
R=stichnot@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=45f51a2675e8367a2d7ce90e5b63e161da668856
Patch Set 1 #
Total comments: 19
Patch Set 2 : Add test, order nodes properly and address other issues. #Patch Set 3 : Update comment and remove redundant header #
Total comments: 19
Patch Set 4 : Address style issues. #
Total comments: 10
Patch Set 5 : Address formatting issues apparently missed by 'make format' #
Messages
Total messages: 12 (2 generated)
|