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

Issue 6085006: Reorder the functions in stub-cache-x64.cc, so they are in the same order as ... (Closed)

Created:
9 years, 11 months ago by William Hesse
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Reorder the functions in stub-cache-x64.cc, so they are in the same order as in stub-cache-ia32.cc. Committed: http://code.google.com/p/v8/source/detail?r=6140

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1127 lines, -1130 lines) Patch
M src/ia32/stub-cache-ia32.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 25 chunks +1126 lines, -1130 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
William Hesse
Functions have just been cut and pasted into other locations in the same file.
9 years, 11 months ago (2011-01-03 16:45:10 UTC) #1
Lasse Reichstein
LGTM. http://codereview.chromium.org/6085006/diff/1/src/x64/stub-cache-x64.cc File src/x64/stub-cache-x64.cc (left): http://codereview.chromium.org/6085006/diff/1/src/x64/stub-cache-x64.cc#oldcode1431 src/x64/stub-cache-x64.cc:1431: I actually prefer the whitespace here, between declarations ...
9 years, 11 months ago (2011-01-03 16:50:11 UTC) #2
William Hesse
9 years, 11 months ago (2011-01-04 08:50:56 UTC) #3
http://codereview.chromium.org/6085006/diff/1/src/x64/stub-cache-x64.cc
File src/x64/stub-cache-x64.cc (left):

http://codereview.chromium.org/6085006/diff/1/src/x64/stub-cache-x64.cc#oldco...
src/x64/stub-cache-x64.cc:1431: 
On 2011/01/03 16:50:11, Lasse Reichstein wrote:
> I actually prefer the whitespace here, between declarations and operative
code.

Actually, the functions CompileStringCharAtCall and CompileStringCharCodeAtCall
needed to be swapped, so this change was in the wrong function.  It makes it
consistent with the spacing on ia32.

Changing ia32 so that this change is not necessary.

Powered by Google App Engine
This is Rietveld 408576698