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

Issue 1133633002: Eagerly create local var descriptors for artificially created methods (they cannot be regularly par… (Closed)

Created:
5 years, 7 months ago by srdjan
Modified:
5 years, 7 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Eagerly create local var descriptors for artificially created methods (they cannot be regularly parsed). R=hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=45606

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -11 lines) Patch
M runtime/vm/compiler.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/compiler.cc View 1 2 4 chunks +23 lines, -9 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
srdjan
Third time is the charm, gell? A cleanup CL (removing the flag) will follow once ...
5 years, 7 months ago (2015-05-07 16:35:47 UTC) #2
hausner
LGTM w/comments https://codereview.chromium.org/1133633002/diff/20001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1133633002/diff/20001/runtime/vm/compiler.cc#newcode1139 runtime/vm/compiler.cc:1139: ASSERT(var_descs.IsNull()); This would fail for regexp function, ...
5 years, 7 months ago (2015-05-07 16:45:29 UTC) #3
srdjan
https://codereview.chromium.org/1133633002/diff/20001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1133633002/diff/20001/runtime/vm/compiler.cc#newcode1139 runtime/vm/compiler.cc:1139: ASSERT(var_descs.IsNull()); On 2015/05/07 16:45:29, hausner wrote: > This would ...
5 years, 7 months ago (2015-05-07 18:57:56 UTC) #4
srdjan
5 years, 7 months ago (2015-05-07 19:04:41 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as r45606 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698