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

Issue 11369219: Check result type of redirecting factory in checked mode. (Closed)

Created:
8 years, 1 month ago by regis
Modified:
8 years, 1 month ago
Reviewers:
srdjan, hausner
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Check result type of redirecting factory in checked mode. Committed: https://code.google.com/p/dart/source/detail?r=14862

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -18 lines) Patch
M runtime/vm/flow_graph_builder.cc View 1 chunk +16 lines, -1 line 2 comments Download
M runtime/vm/parser.cc View 6 chunks +41 lines, -9 lines 2 comments Download
M tests/language/factory_redirection_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M tests/language/language_dart2js.status View 2 chunks +8 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
regis
8 years, 1 month ago (2012-11-13 18:12:46 UTC) #1
srdjan
LGTM with one comment https://codereview.chromium.org/11369219/diff/1/runtime/vm/flow_graph_builder.cc File runtime/vm/flow_graph_builder.cc (right): https://codereview.chromium.org/11369219/diff/1/runtime/vm/flow_graph_builder.cc#newcode623 runtime/vm/flow_graph_builder.cc:623: } Why are you not ...
8 years, 1 month ago (2012-11-13 18:33:35 UTC) #2
regis
Thanks! https://codereview.chromium.org/11369219/diff/1/runtime/vm/flow_graph_builder.cc File runtime/vm/flow_graph_builder.cc (right): https://codereview.chromium.org/11369219/diff/1/runtime/vm/flow_graph_builder.cc#newcode623 runtime/vm/flow_graph_builder.cc:623: } On 2012/11/13 18:33:35, srdjan wrote: > Why ...
8 years, 1 month ago (2012-11-13 18:38:53 UTC) #3
hausner
LGTM https://codereview.chromium.org/11369219/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/11369219/diff/1/runtime/vm/parser.cc#newcode9446 runtime/vm/parser.cc:9446: const String& dst_name = String::ZoneHandle(Symbols::New("factory result")); Would it ...
8 years, 1 month ago (2012-11-13 19:06:37 UTC) #4
regis
8 years, 1 month ago (2012-11-13 19:29:26 UTC) #5
https://codereview.chromium.org/11369219/diff/1/runtime/vm/parser.cc
File runtime/vm/parser.cc (right):

https://codereview.chromium.org/11369219/diff/1/runtime/vm/parser.cc#newcode9446
runtime/vm/parser.cc:9446: const String& dst_name =
String::ZoneHandle(Symbols::New("factory result"));
On 2012/11/13 19:06:37, hausner wrote:
> Would it make sense to add this string to the symbol table?   

I'll do it in a following cl. Thanks.

Powered by Google App Engine
This is Rietveld 408576698