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

Issue 71373005: Fix bug with deoptimization targets. (Closed)

Created:
7 years, 1 month ago by Florian Schneider
Modified:
7 years, 1 month ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix bug with deoptimization targets. In the second pass of inserting representation conversions (SelectRepresentations) we may insert sequences of Unbox/Box instructions that are eliminated by canonicalization later. However, inserting conversions requires a deoptimization id as deoptimization target. Return kNoDeoptId for Box-instructions since they don't need a real deoptimization target. BUG=dartbug.com/14808 R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=30234

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M runtime/vm/intermediate_language.h View 4 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
7 years, 1 month ago (2013-11-13 16:07:17 UTC) #1
srdjan
lgtm
7 years, 1 month ago (2013-11-13 16:20:59 UTC) #2
Florian Schneider
7 years, 1 month ago (2013-11-13 16:23:11 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r30234 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698