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

Issue 2975073002: Replace manual untagging of smi with proper Smi methods (Closed)

Created:
3 years, 5 months ago by alexmarkov
Modified:
3 years, 5 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -6 lines) Patch
M runtime/vm/intermediate_language_arm.cc View 1 chunk +1 line, -2 lines 2 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
alexmarkov
3 years, 5 months ago (2017-07-12 16:45:31 UTC) #2
zra
lgtm
3 years, 5 months ago (2017-07-12 16:47:12 UTC) #3
Vyacheslav Egorov (Google)
LGTM! Thanks. https://codereview.chromium.org/2975073002/diff/1/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (left): https://codereview.chromium.org/2975073002/diff/1/runtime/vm/intermediate_language_arm.cc#oldcode6546 runtime/vm/intermediate_language_arm.cc:6546: ASSERT(locs()->in(1).constant().IsSmi()); I think this ASSERT can be ...
3 years, 5 months ago (2017-07-12 16:56:27 UTC) #4
alexmarkov
https://codereview.chromium.org/2975073002/diff/1/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (left): https://codereview.chromium.org/2975073002/diff/1/runtime/vm/intermediate_language_arm.cc#oldcode6546 runtime/vm/intermediate_language_arm.cc:6546: ASSERT(locs()->in(1).constant().IsSmi()); On 2017/07/12 16:56:27, Vyacheslav Egorov (Google) wrote: > ...
3 years, 5 months ago (2017-07-12 17:37:37 UTC) #5
alexmarkov
3 years, 5 months ago (2017-07-12 17:38:03 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
f685e4a8dd24418861fe25cd6f05014c41ef9319 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698