Chromium Code Reviews
DescriptionFix a bug with store-to-load forwarding for typed arrays.
Stores to typed arrays implicitly convert the value stored.
This CL disables store-to-load forwarding for these array stores.
Normal arrays and float64 arrays can be still optimized as before (no
conversion occurs on store)
TEST=tests/language/int_array_load_elimination_test.dart
Committed: https://code.google.com/p/dart/source/detail?r=17208
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
||||||||||||||||||||||||||||