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

Issue 10701106: Make room in Code flags to support compiled stubs. (Closed)

Created:
8 years, 5 months ago by danno
Modified:
8 years, 5 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Make room in Code flags to support compiled stubs. R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=12008

Patch Set 1 #

Patch Set 2 : tweaks #

Patch Set 3 : Tweaks again #

Patch Set 4 : Remove whitespace #

Total comments: 12

Patch Set 5 : Review feedback #

Total comments: 6

Patch Set 6 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -52 lines) Patch
M src/code-stubs.h View 1 2 3 4 3 chunks +4 lines, -7 lines 0 comments Download
M src/ic.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/objects.h View 1 2 3 4 5 4 chunks +80 lines, -22 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 4 chunks +57 lines, -22 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
danno
8 years, 5 months ago (2012-07-06 14:08:52 UTC) #1
Michael Starzinger
First round of comments. https://chromiumcodereview.appspot.com/10701106/diff/5002/src/objects-inl.h File src/objects-inl.h (right): https://chromiumcodereview.appspot.com/10701106/diff/5002/src/objects-inl.h#newcode3069 src/objects-inl.h:3069: StubMajorKeyField::update(previous, major)); Indentation seems off. ...
8 years, 5 months ago (2012-07-06 16:22:19 UTC) #2
danno
Feedback addressed http://codereview.chromium.org/10701106/diff/5002/src/objects-inl.h File src/objects-inl.h (right): http://codereview.chromium.org/10701106/diff/5002/src/objects-inl.h#newcode3069 src/objects-inl.h:3069: StubMajorKeyField::update(previous, major)); On 2012/07/06 16:22:19, Michael Starzinger ...
8 years, 5 months ago (2012-07-06 16:36:00 UTC) #3
Michael Starzinger
LGTM (with a few final nits). https://chromiumcodereview.appspot.com/10701106/diff/9002/src/objects.h File src/objects.h (right): https://chromiumcodereview.appspot.com/10701106/diff/9002/src/objects.h#newcode4557 src/objects.h:4557: // KindSpecificFlags1 layout ...
8 years, 5 months ago (2012-07-06 16:52:12 UTC) #4
danno
8 years, 5 months ago (2012-07-06 22:05:30 UTC) #5
http://codereview.chromium.org/10701106/diff/9002/src/objects.h
File src/objects.h (right):

http://codereview.chromium.org/10701106/diff/9002/src/objects.h#newcode4557
src/objects.h:4557: // KindSpecificFlags1 layout (STUB and OPTIMIZED)
On 2012/07/06 16:52:12, Michael Starzinger wrote:
> Can we change "OPTIMIZED" to "OPTIMIZED_FUNCTION" so that it shows up when
> grepping for it?

Done.

http://codereview.chromium.org/10701106/diff/9002/src/objects.h#newcode4609
src/objects.h:4609: // KindSpecificFlags2 layout (STUB and OPTIMIZED)
On 2012/07/06 16:52:12, Michael Starzinger wrote:
> Likewise.

Done.

http://codereview.chromium.org/10701106/diff/9002/src/objects.h#newcode4625
src/objects.h:4625: // KindSpecificFlags[1] layout (FUNCTION)
On 2012/07/06 16:52:12, Michael Starzinger wrote:
> Can we drop the square brackets?

Done.

Powered by Google App Engine
This is Rietveld 408576698