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

Issue 335005: Port optimization of calls to GenericBinaryStub to x64 (Closed)

Created:
11 years, 2 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Port optimization of calls to GenericBinaryStub to x64. See description of the change in the ia32 changelist at http://codereview.chromium.org/246075. Minor changes to the ia32 version using variables for the registers to pass parameters in (edx and eax) to make the parameter set up code easier to read. Committed: http://code.google.com/p/v8/source/detail?r=3136

Patch Set 1 #

Total comments: 12

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+280 lines, -89 lines) Patch
M src/ia32/codegen-ia32.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 2 3 4 6 chunks +46 lines, -35 lines 0 comments Download
M src/x64/codegen-x64.h View 1 2 3 4 2 chunks +50 lines, -14 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 2 3 4 13 chunks +181 lines, -37 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Søren Thygesen Gjesse
11 years, 2 months ago (2009-10-23 08:52:37 UTC) #1
Kevin Millikin (Chromium)
LGTM. Some small comments that apply to both platforms. http://codereview.chromium.org/335005/diff/1/2 File src/ia32/codegen-ia32.cc (right): http://codereview.chromium.org/335005/diff/1/2#newcode6541 Line ...
11 years, 1 month ago (2009-10-26 11:23:35 UTC) #2
Søren Thygesen Gjesse
http://codereview.chromium.org/335005/diff/1/2 File src/ia32/codegen-ia32.cc (right): http://codereview.chromium.org/335005/diff/1/2#newcode6541 Line 6541: __ mov(left_arg, left); On 2009/10/26 11:23:35, Kevin Millikin ...
11 years, 1 month ago (2009-10-26 14:40:17 UTC) #3
Søren Thygesen Gjesse
11 years, 1 month ago (2009-10-27 07:52:38 UTC) #4

          

Powered by Google App Engine
This is Rietveld 408576698