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

Issue 58923004: Make HTypeofIsAndBranch accept any representation input (Closed)

Created:
7 years, 1 month ago by Weiliang
Modified:
7 years, 1 month ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

Make HTypeofIsAndBranch accept any representation input when the input is known unbox number value, eliminate the dynamic check BUG= R=jkummerow@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=17834

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use KnownSuccessorBlock infrastructure #

Total comments: 11

Patch Set 3 : addressed comments #

Patch Set 4 : arm port #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -58 lines) Patch
M src/arm/lithium-arm.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 1 chunk +9 lines, -2 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 2 3 4 1 chunk +1 line, -4 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 4 6 chunks +30 lines, -25 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 2 3 4 1 chunk +1 line, -4 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 4 3 chunks +27 lines, -22 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Weiliang
7 years, 1 month ago (2013-11-05 09:13:11 UTC) #1
Jakob Kummerow
I don't like special-case solutions for individual HInstructions. The high-level aim here seems reasonable, but ...
7 years, 1 month ago (2013-11-05 14:42:49 UTC) #2
Weiliang
Thanks Please see the patch Set 2 https://codereview.chromium.org/58923004/diff/1/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/58923004/diff/1/src/hydrogen-instructions.cc#newcode1321 src/hydrogen-instructions.cc:1321: AllowHandleDereference allow_deref; ...
7 years, 1 month ago (2013-11-07 11:53:30 UTC) #3
Jakob Kummerow
ia32 comments also apply to x64. https://codereview.chromium.org/58923004/diff/60001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/58923004/diff/60001/src/hydrogen-instructions.h#newcode4439 src/hydrogen-instructions.h:4439: static HTypeofIsAndBranch* New(Zone* ...
7 years, 1 month ago (2013-11-08 12:07:05 UTC) #4
Weiliang
Thanks for comments. Please see the patch set 3. https://codereview.chromium.org/58923004/diff/60001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/58923004/diff/60001/src/hydrogen-instructions.h#newcode4439 src/hydrogen-instructions.h:4439: ...
7 years, 1 month ago (2013-11-08 13:50:26 UTC) #5
Jakob Kummerow
OK, looks good now. Please don't rebase between patch sets, as doing so screws up ...
7 years, 1 month ago (2013-11-08 16:44:38 UTC) #6
Weiliang
On 2013/11/08 16:44:38, Jakob wrote: > OK, looks good now. > > Please don't rebase ...
7 years, 1 month ago (2013-11-09 01:42:11 UTC) #7
Weiliang
rebase
7 years, 1 month ago (2013-11-15 04:02:11 UTC) #8
Jakob Kummerow
LGTM, landing.
7 years, 1 month ago (2013-11-18 14:07:34 UTC) #9
Jakob Kummerow
7 years, 1 month ago (2013-11-18 14:17:45 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 manually as r17834 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698