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

Issue 10556004: Revert part of 11727 as it sometimes tanked V8 benchmark (raytrace) performance (Closed)

Created:
8 years, 6 months ago by Erik Corry
Modified:
8 years, 6 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Revert part of 11727 as it sometimes tanked V8 benchmark (raytrace) performance for reasons that are not obvious. Now we make objects into fast-case objects when they are made prototypes for other objects, but we do not mark objects that are already fast case with a bit that helps keep them in fast case. Committed: https://code.google.com/p/v8/source/detail?r=11831

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -66 lines) Patch
M src/objects.h View 3 chunks +1 line, -12 lines 0 comments Download
M src/objects.cc View 2 chunks +7 lines, -30 lines 0 comments Download
M src/objects-inl.h View 2 chunks +1 line, -16 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M test/mjsunit/fast-prototype.js View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
8 years, 6 months ago (2012-06-15 11:18:22 UTC) #1
ulan
8 years, 6 months ago (2012-06-15 11:42:18 UTC) #2
LGTM (rubber-stamp).

Could you please add to the description that it is a partial revert?

I checked that it fixed the raytrace regression on my machine.

Powered by Google App Engine
This is Rietveld 408576698