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

Issue 1575383002: Implement ?? as compile-time constant in VM. (Closed)

Created:
4 years, 11 months ago by Lasse Reichstein Nielsen
Modified:
4 years, 11 months ago
Reviewers:
hausner, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : Addressed comments. #

Patch Set 3 : Merge to head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -2 lines) Patch
M runtime/vm/ast.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/ast.cc View 1 4 chunks +38 lines, -1 line 0 comments Download
M runtime/vm/parser.cc View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M tests/language/language.status View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
Lasse Reichstein Nielsen
4 years, 11 months ago (2016-01-12 11:41:32 UTC) #2
hausner
I haven't seen the exact Spec for this yet, but intuitively it seems right. LGTM ...
4 years, 11 months ago (2016-01-12 20:46:48 UTC) #3
hausner
Looking at this again, I think this doesn't LGTM yet. I think you need to ...
4 years, 11 months ago (2016-01-12 21:48:35 UTC) #4
Lasse Reichstein Nielsen
https://codereview.chromium.org/1575383002/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/1575383002/diff/1/runtime/vm/parser.cc#newcode10506 runtime/vm/parser.cc:10506: if ((lhs->IsPotentiallyConst()) && (lhs->EvalConstExpr() != NULL)) { Done. I ...
4 years, 11 months ago (2016-01-13 13:40:35 UTC) #5
Lasse Reichstein Nielsen
Ping.
4 years, 11 months ago (2016-01-15 14:49:43 UTC) #6
hausner
LGTM.
4 years, 11 months ago (2016-01-21 18:00:00 UTC) #7
Lasse Reichstein Nielsen
4 years, 11 months ago (2016-01-22 11:39:21 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
693628e99e3e4c8c975345cd5937f920633dd0b3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698