Chromium Code Reviews

Issue 1692014: Improve the success rate for inline keyed store... (Closed)

Created:
10 years, 8 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
Mads Ager (chromium)
CC:
v8-dev, Erik Corry, Vyacheslav Egorov (Chromium)
Visibility:
Public.

Description

Improve the success rate for inline keyed store Added a simple new space check on the elements fixed array which can allow updating with other valies than smis without updating the remembered set. Committed: http://code.google.com/p/v8/source/detail?r=4543

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Stats (+18 lines, -11 lines)
M src/ia32/codegen-ia32.cc View 4 chunks +18 lines, -11 lines 0 comments

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
10 years, 8 months ago (2010-04-29 07:05:33 UTC) #1
Mads Ager (chromium)
10 years, 8 months ago (2010-04-29 07:27:52 UTC) #2
LGTM

Powered by Google App Engine