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

Issue 196353012: VM: Fix infinite recursion in optimization of of string interpolation. (Closed)

Created:
6 years, 9 months ago by Florian Schneider
Modified:
6 years, 9 months ago
Reviewers:
srdjan, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

VM: Fix infinite recursion in optimization of of string interpolation. Don't compile-time fold string interpolation when compiling the interpolation function itself. This would otherwise case an infiniti recursion. Also check he result of calling the interpolation function before casting to a String. BUG=dartbug.com/17461 R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=33651

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -5 lines) Patch
M runtime/vm/intermediate_language.cc View 1 2 chunks +12 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Florian Schneider
6 years, 9 months ago (2014-03-13 14:10:24 UTC) #1
Ivan Posva
LGTM -ip
6 years, 9 months ago (2014-03-13 14:27:50 UTC) #2
Florian Schneider
Committed patchset #2 manually as r33651 (presubmit successful).
6 years, 9 months ago (2014-03-13 14:28:11 UTC) #3
srdjan
6 years, 9 months ago (2014-03-13 16:58:35 UTC) #4
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698