Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Issue 11343046: Fix equality instruction to switch from checked (polymorphic) to megamorphic state. This helps da… (Closed)

Created:
8 years, 1 month ago by srdjan
Modified:
8 years, 1 month ago
Reviewers:
regis
CC:
reviews_dartlang.org, Kevin Millikin (Google)
Visibility:
Public.

Description

Fix equality instruction to switch from checked (polymorphic) to megamorphic state. This helps dart2js as it eliminates excessive deoptimizations (probeForAdding runs now in optimized mode) -> 5% improvement. Committed: https://code.google.com/p/dart/source/detail?r=14309

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -11 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 2 chunks +8 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
srdjan
8 years, 1 month ago (2012-10-30 18:47:31 UTC) #1
regis
8 years, 1 month ago (2012-10-30 18:59:35 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698