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

Issue 543010: Port FastNewClosureStub introduced for ia32 in r3477 to x64 and arm. (Closed)

Created:
10 years, 11 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Port FastNewClosureStub introduced for ia32 in r3477 to x64 and arm. BUG=552 Committed: http://code.google.com/p/v8/source/detail?r=3578

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -20 lines) Patch
M src/arm/codegen-arm.cc View 1 2 chunks +61 lines, -5 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/mksnapshot.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 2 2 chunks +60 lines, -8 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (chromium)
10 years, 11 months ago (2010-01-11 18:21:38 UTC) #1
Kasper Lund
LGTM. http://codereview.chromium.org/543010/diff/3001/3003 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/543010/diff/3001/3003#newcode2209 src/x64/codegen-x64.cc:2209: // Call the runtime to instantiate the function ...
10 years, 11 months ago (2010-01-12 06:25:15 UTC) #2
Mads Ager (chromium)
10 years, 11 months ago (2010-01-12 07:13:49 UTC) #3
http://codereview.chromium.org/543010/diff/3001/3003
File src/x64/codegen-x64.cc (right):

http://codereview.chromium.org/543010/diff/3001/3003#newcode2209
src/x64/codegen-x64.cc:2209: // Call the runtime to instantiate the function
boilerplate
On 2010/01/12 06:25:15, Kasper Lund wrote:
> Maybe do the SyncRange outside the if and consistently use EmitPush in both
> paths?

Done in both x64 and ia32 versions.

Powered by Google App Engine
This is Rietveld 408576698