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

Issue 669051: - Rearrange fields in SharedFunctionInfo. (Closed)

Created:
10 years, 9 months ago by iposva
Modified:
9 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

- Rearrange fields in SharedFunctionInfo. Committed: http://code.google.com/p/v8/source/detail?r=4014

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -24 lines) Patch
M src/objects.h View 1 2 chunks +17 lines, -19 lines 0 comments Download
M src/objects.cc View 1 1 chunk +3 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
iposva
10 years, 9 months ago (2010-03-04 09:40:03 UTC) #1
Mads Ager (chromium)
LGTM! http://codereview.chromium.org/669051/diff/1/2 File src/objects.cc (right): http://codereview.chromium.org/669051/diff/1/2#newcode4961 src/objects.cc:4961: IteratePointers(v, kNameOffset, kThisPropertyAssignmentsOffset + kPointerSize); Line 1 char ...
10 years, 9 months ago (2010-03-04 09:47:15 UTC) #2
iposva
10 years, 9 months ago (2010-03-04 09:50:56 UTC) #3
http://codereview.chromium.org/669051/diff/1/2
File src/objects.cc (right):

http://codereview.chromium.org/669051/diff/1/2#newcode4961
src/objects.cc:4961: IteratePointers(v, kNameOffset,
kThisPropertyAssignmentsOffset + kPointerSize);
On 2010/03/04 09:47:15, Mads Ager wrote:
> Line 1 char too long?

Done.

http://codereview.chromium.org/669051/diff/1/3
File src/objects.h (right):

http://codereview.chromium.org/669051/diff/1/3#newcode3297
src/objects.h:3297: static const int kLengthOffset =
kThisPropertyAssignmentsOffset + kPointerSize;
Line too long: Done.

Powered by Google App Engine
This is Rietveld 408576698