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

Issue 22824003: Eliminate Smi check when changing from Smi to Integer32 (Closed)

Created:
7 years, 4 months ago by weiliang.lin2
Modified:
7 years, 3 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@master
Visibility:
Public.

Description

Eliminate Smi check when changing from Smi to Integer32 BUG= R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16362

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments #

Patch Set 3 : rebase to latest source #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -9 lines) Patch
M src/arm/lithium-arm.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
weiliang.lin2
It seems instr->type().IsSmi() != instr->representation.IsSmi()
7 years, 4 months ago (2013-08-12 14:35:39 UTC) #1
Toon Verwaest
Added comments. https://codereview.chromium.org/22824003/diff/1/src/ia32/lithium-ia32.cc File src/ia32/lithium-ia32.cc (right): https://codereview.chromium.org/22824003/diff/1/src/ia32/lithium-ia32.cc#newcode1907 src/ia32/lithium-ia32.cc:1907: if (to.IsSmiOrTagged()) { Smi -> Smi doesn't ...
7 years, 4 months ago (2013-08-12 14:53:42 UTC) #2
weiliang.lin2
Addressed comments. Thanks for review~ https://codereview.chromium.org/22824003/diff/1/src/ia32/lithium-ia32.cc File src/ia32/lithium-ia32.cc (right): https://codereview.chromium.org/22824003/diff/1/src/ia32/lithium-ia32.cc#newcode1907 src/ia32/lithium-ia32.cc:1907: if (to.IsSmiOrTagged()) { On ...
7 years, 4 months ago (2013-08-13 02:36:57 UTC) #3
weiliang.lin2
rebase to latest source code
7 years, 3 months ago (2013-08-27 00:59:23 UTC) #4
Toon Verwaest
7 years, 3 months ago (2013-08-27 13:56:56 UTC) #5
lgtm. Landing. Thanks for the rebase.

Powered by Google App Engine
This is Rietveld 408576698