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

Issue 2754004: Use static type information in ConstantIntBinaryOperation on x64. (Closed)

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

Description

Use static type information in ConstantIntBinaryOperation on x64. Committed: http://code.google.com/p/v8/source/detail?r=4836

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -13 lines) Patch
M src/x64/codegen-x64.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 9 chunks +28 lines, -13 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
William Hesse
10 years, 6 months ago (2010-06-09 14:32:51 UTC) #1
Lasse Reichstein
LGTM http://codereview.chromium.org/2754004/diff/4001/5001 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/2754004/diff/4001/5001#newcode7144 src/x64/codegen-x64.cc:7144: } Is it possible to have a typeinfo ...
10 years, 6 months ago (2010-06-10 10:02:36 UTC) #2
William Hesse
10 years, 6 months ago (2010-06-10 14:40:01 UTC) #3
On 2010/06/10 10:02:36, Lasse Reichstein wrote:
> LGTM
> 
> http://codereview.chromium.org/2754004/diff/4001/5001
> File src/x64/codegen-x64.cc (right):
> 
> http://codereview.chromium.org/2754004/diff/4001/5001#newcode7144
> src/x64/codegen-x64.cc:7144: }
> Is it possible to have a typeinfo that says that the type is definitly not a
> smi?

This should be done in the code that decides whether to call this "LikelySmi"
function.  We don't want to generate inline Smi code in this case.

Powered by Google App Engine
This is Rietveld 408576698