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

Issue 12213012: Split AccessorInfo into DeclaredAccessorInfo and ExecutableAccessorInfo (Closed)

Created:
7 years, 10 months ago by dcarney
Modified:
7 years, 10 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Split AccessorInfo into DeclaredAccessorInfo and ExecutableAccessorInfo R=svenpanne@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=13649

Patch Set 1 #

Total comments: 13

Patch Set 2 : addressed most feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+447 lines, -284 lines) Patch
M include/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/accessors.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/api.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/stub-cache-arm.cc View 7 chunks +30 lines, -26 lines 0 comments Download
M src/factory.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/factory.cc View 1 chunk +13 lines, -3 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 7 chunks +29 lines, -26 lines 0 comments Download
M src/ic.cc View 5 chunks +14 lines, -7 lines 0 comments Download
M src/log.cc View 1 chunk +2 lines, -2 lines 0 comments Download
src/mark-compact.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/objects.h View 1 8 chunks +85 lines, -20 lines 0 comments Download
M src/objects.cc View 1 8 chunks +28 lines, -8 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +22 lines, -4 lines 0 comments Download
M src/objects-inl.h View 1 3 chunks +15 lines, -3 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +22 lines, -4 lines 0 comments Download
M src/stub-cache.h View 7 chunks +11 lines, -10 lines 0 comments Download
M src/stub-cache.cc View 6 chunks +15 lines, -13 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 7 chunks +18 lines, -16 lines 0 comments Download
tools/grokdump.py View 1 3 chunks +134 lines, -137 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
dcarney
I added a brief outline of the idea at the end of the v8 cheat ...
7 years, 10 months ago (2013-02-05 14:57:43 UTC) #1
Sven Panne
First round of comments. It would be helpful to see the other CL(s) building on ...
7 years, 10 months ago (2013-02-07 10:01:03 UTC) #2
dcarney
https://codereview.chromium.org/12213012/diff/1/src/log.cc File src/log.cc (right): https://codereview.chromium.org/12213012/diff/1/src/log.cc#newcode1646 src/log.cc:1646: if (!obj->IsExecutableAccessorInfo()) continue; On 2013/02/07 10:01:03, Sven Panne wrote: ...
7 years, 10 months ago (2013-02-07 13:40:39 UTC) #3
Sven Panne
7 years, 10 months ago (2013-02-12 13:44:38 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698