|
|
Created:
9 years, 8 months ago by fschneider Modified:
9 years, 6 months ago Reviewers:
Mads Ager (chromium) CC:
v8-dev Visibility:
Public. |
DescriptionImprove property access with keys that can always be converted into a symbol string.
Committed: http://code.google.com/p/v8/source/detail?r=7454
Patch Set 1 #Patch Set 2 : '' #
Total comments: 1
Messages
Total messages: 2 (0 generated)
LGTM http://codereview.chromium.org/6670115/diff/1003/src/ic.cc File src/ic.cc (right): http://codereview.chromium.org/6670115/diff/1003/src/ic.cc#newcode1146 src/ic.cc:1146: // Check for values that can be converted into a symbol. Could you file a bug report stating that this is put in because Kraken 1.1 is not released in the web runner. Kraken 1.0 accesses undefined and NaN in arrays a lot and this speeds it up. We have put it in so people do not make wrong conclusions based on broken benchmarks. Once the web runner is updated to Kraken 1.1 which does correct array accesses we should get rid of this again. |