Chromium Code Reviews

Issue 8354003: Handle keyed stores after elements transition monomorphically if possible (Closed)

Created:
9 years, 2 months ago by Jakob Kummerow
Modified:
9 years, 2 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Handle keyed stores after elements transition monomorphically if possible Committed: http://code.google.com/p/v8/source/detail?r=9712

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+29 lines, -8 lines)
M src/hydrogen.h View 1 chunk +1 line, -1 line 0 comments
M src/hydrogen.cc View 5 chunks +19 lines, -6 lines 0 comments
M src/type-info.cc View 2 chunks +9 lines, -1 line 0 comments

Messages

Total messages: 2 (0 generated)
Jakob Kummerow
PTAL.
9 years, 2 months ago (2011-10-19 14:33:43 UTC) #1
danno
9 years, 2 months ago (2011-10-20 06:03:06 UTC) #2
This is great, it all seems to be coming together nicely. LGTM.

Powered by Google App Engine