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

Issue 21105006: HasNonSmiUse should ignore tagged uses (Closed)

Created:
7 years, 4 months ago by weiliang.lin2
Modified:
7 years, 4 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

HasNonSmiUse should ignore tagged uses R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15950

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M src/hydrogen-instructions.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
weiliang.lin2
HReturn's RequiredInputRepresentation is Tagged which could affect the SMI to be Integer32
7 years, 4 months ago (2013-07-30 04:17:21 UTC) #1
Toon Verwaest
Nice catch. However, I'd always ignore tagged uses, not just in the case of return.
7 years, 4 months ago (2013-07-30 07:28:36 UTC) #2
weiliang.lin2
On 2013/07/30 07:28:36, Toon Verwaest wrote: > Nice catch. However, I'd always ignore tagged uses, ...
7 years, 4 months ago (2013-07-30 07:50:18 UTC) #3
Toon Verwaest
Yes.
7 years, 4 months ago (2013-07-30 08:11:05 UTC) #4
weiliang.lin2
On 2013/07/30 08:11:05, Toon Verwaest wrote: > Yes. Address and also update the title. Thanks
7 years, 4 months ago (2013-07-30 08:22:15 UTC) #5
Toon Verwaest
Lgtm with nit. https://codereview.chromium.org/21105006/diff/8001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/21105006/diff/8001/src/hydrogen-instructions.cc#newcode4379 src/hydrogen-instructions.cc:4379: && !use_rep.IsTagged()) return true; Nit: use ...
7 years, 4 months ago (2013-07-30 08:32:05 UTC) #6
weiliang.lin2
On 2013/07/30 08:32:05, Toon Verwaest wrote: > Lgtm with nit. > > https://codereview.chromium.org/21105006/diff/8001/src/hydrogen-instructions.cc > File ...
7 years, 4 months ago (2013-07-30 08:37:12 UTC) #7
Toon Verwaest
lgtm.
7 years, 4 months ago (2013-07-30 09:00:00 UTC) #8
Toon Verwaest
7 years, 4 months ago (2013-07-30 09:06:47 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 manually as r15950 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698