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

Issue 845002: Porting binary op ICs to x64. (Closed)

Created:
10 years, 9 months ago by Vladislav Kaznacheev
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Porting binary op ICs to x64.

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+282 lines, -131 lines) Patch
M src/x64/codegen-x64.h View 5 chunks +51 lines, -8 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 6 chunks +231 lines, -123 lines 8 comments Download

Messages

Total messages: 3 (0 generated)
Vladislav Kaznacheev
The gain on Sunspider-sum is ~0.3%
10 years, 9 months ago (2010-03-11 15:33:12 UTC) #1
Mads Ager (chromium)
LGTM, with a couple of nits. Kevin is out of town at the moment. The ...
10 years, 9 months ago (2010-03-17 10:10:59 UTC) #2
Vladislav Kaznacheev
10 years, 9 months ago (2010-03-18 11:14:23 UTC) #3
http://codereview.chromium.org/845002/diff/4001/3002
File src/x64/codegen-x64.cc (right):

http://codereview.chromium.org/845002/diff/4001/3002#newcode8747
src/x64/codegen-x64.cc:8747: if (op_ == Token::ADD) {
On 2010/03/17 10:10:59, Mads Ager wrote:
> Indentation is off here.

Done.

http://codereview.chromium.org/845002/diff/4001/3002#newcode8919
src/x64/codegen-x64.cc:8919: // Generate an unreachable reference to the DEFAULT
stub so that it can be
Added a TODO to experiment and remove.
On 2010/03/17 10:10:59, Mads Ager wrote:
> This still feels like a nasty hack to me.  Does the clearing matter?  We need
to
> experiment with this and get rid of this hack somehow.

http://codereview.chromium.org/845002/diff/4001/3002#newcode8964
src/x64/codegen-x64.cc:8964: // edx, eax.
On 2010/03/17 10:10:59, Mads Ager wrote:
> ia32 register names.

Done.

http://codereview.chromium.org/845002/diff/4001/3002#newcode9020
src/x64/codegen-x64.cc:9020: HandleScope scope;
On 2010/03/17 10:10:59, Mads Ager wrote:
> This returns a handle from a destroyed handle scope which is not GC safe.  The
> caller of GetBinaryOpStub already has a handle scope, so just remove this one.

Done.

Powered by Google App Engine
This is Rietveld 408576698