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

Issue 10545080: Optimize call sites that only ever have a single elements transition (Closed)

Created:
8 years, 6 months ago by Zheng Liu
Modified:
8 years, 6 months ago
CC:
v8-dev, zheng.z.liu
Visibility:
Public.

Description

Optimize call sites that only ever see a single elements transition BUG=v8:2141 imaging-desaturate performance improves

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -0 lines) Patch
M src/ic.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M test/mjsunit/elements-kind.js View 5 chunks +14 lines, -0 lines 0 comments Download
M test/mjsunit/elements-transition-hoisting.js View 6 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Zheng Liu
imaging-desaturate is 1.7X on my machine, running from default cmdline script. But some tests' expectation ...
8 years, 6 months ago (2012-06-08 04:28:23 UTC) #1
danno
8 years, 6 months ago (2012-06-08 11:47:19 UTC) #2
The changes needed to make sure that the Map's code cache is updated are
actually a more involved. I've reworked this patch into the following one and it
should subsume it: http://codereview.chromium.org/10532063/

Powered by Google App Engine
This is Rietveld 408576698