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

Issue 296453013: Fix bug with optimized try-catch and unboxed values. (Closed)

Created:
6 years, 7 months ago by Florian Schneider
Modified:
6 years, 7 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix bug with optimized try-catch and unboxed values. The environment at calls inside try-blocs must only contain tagged values. Therefore we can't eliminate boxing instructions that are used in environments. Since we only generate boxing instructions for environment uses inside try-blocks there are no performance implications otherwise (outside try-blocks). R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=36472

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -4 lines) Patch
M runtime/vm/intermediate_language.cc View 1 4 chunks +16 lines, -4 lines 0 comments Download
A tests/language/try_catch_optimized3_test.dart View 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
6 years, 7 months ago (2014-05-22 08:13:17 UTC) #1
Cutch
lgtm
6 years, 7 months ago (2014-05-22 08:17:47 UTC) #2
Florian Schneider
6 years, 7 months ago (2014-05-22 08:25:46 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r36472 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698