pike.git/
src/
peep.in
Branch:
Tag:
Non-build tags
All tags
No tags
2011-03-05
2011-03-05 21:52:16 by Martin Stjernholm <mast@lysator.liu.se>
8a9d73bec798ad9875de8ae5f7460ec2d740c1fe (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
7.8
Disabled an unsafe optimization.
169:
// These optimizations are now handled in optimize_eq // CONST0 BRANCH_WHEN_EQ: BRANCH_WHEN_ZERO($2a) // CONST0 BRANCH_WHEN_NE: BRANCH_WHEN_NON_ZERO($2a)
+
//
+
// This one is not safe.
// CONST0 EQ: NOT EQ BRANCH_WHEN_NON_ZERO: BRANCH_WHEN_EQ ($2a)