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

Issue 10564002: Merged r11831 into trunk branch. (Closed)

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

Description

Merged r11831 into trunk branch. 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. Review URL: https://chromiumcodereview.appspot.com/10556004 R=danno@chromium.org BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=11832

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -67 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 src/version.cc View 1 chunk +1 line, -1 line 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)
ulan
8 years, 6 months ago (2012-06-15 12:26:40 UTC) #1
danno
8 years, 6 months ago (2012-06-15 12:29:21 UTC) #2
rubber stamp lgtm

Powered by Google App Engine
This is Rietveld 408576698