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

Issue 1029783003: Populate PrototypeInfo with prototype_object value (Closed)

Created:
5 years, 9 months ago by Jakob Kummerow
Modified:
5 years, 8 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Populate PrototypeInfo with prototype_object value But only if --track-prototype-users, which is still off by default. This is the next step towards prototype chain check elimination.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -20 lines) Patch
M src/bootstrapper.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M src/factory.h View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/objects.h View 3 chunks +16 lines, -2 lines 0 comments Download
M src/objects.cc View 5 chunks +48 lines, -11 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/transitions.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
Jakob Kummerow
Another piece of https://codereview.chromium.org/908213002/ that can be reviewed on its own. PTAL.
5 years, 9 months ago (2015-03-24 13:56:29 UTC) #2
Jakob Kummerow
5 years, 8 months ago (2015-03-31 18:49:46 UTC) #3
On 2015/03/24 13:56:29, Jakob wrote:
> Another piece of https://codereview.chromium.org/908213002/ that can be
reviewed
> on its own. PTAL.

As discussed, we don't need this any more. Closing.

Powered by Google App Engine
This is Rietveld 408576698