Chromium Code Reviews
DescriptionDisable hoisting of checked-mode assertions out of loops.
They can only be safely hoisted if the loop is always executed at least
once. For now, I added a TODO to add an analysis for safely hoisting these
asserts.
TEST=tests/language/optimized_hoisting_checked_mode_assert.dart
Committed: https://code.google.com/p/dart/source/detail?r=13791
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
||||||||||||||||||||||||||||