# Minimized program:
print(Math.pow(2, -0.5));
# Compared nocrankshaft with noturbo_opt
# Flags of nocrankshaft:
--abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --random-seed -1505150045 --nocrankshaft
# Flags of noturbo_opt:
--abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --random-seed -1505150045 --always-opt --turbo-filter=~
Difference:
- 0.7071067811865476
+ 0.7071067811865475
### Start of configuration nocrankshaft:
0.7071067811865476
### End of configuration nocrankshaft
### Start of configuration noturbo_opt:
0.7071067811865475
### End of configuration noturbo_opt
Comment 1 by danno@chromium.org
, Nov 17 2016Status: Assigned (was: Untriaged)