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

Issue 1559233002: WIP: Compute constant expressions in resolution. (Closed)

Created:
4 years, 11 months ago by Johnni Winther
Modified:
3 years, 2 months ago
Reviewers:
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

WIP: Compute constant expressions in resolution. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1973 lines, -359 lines) Patch
M pkg/compiler/lib/src/compile_time_constants.dart View 10 chunks +98 lines, -17 lines 0 comments Download
M pkg/compiler/lib/src/constant_system_dart.dart View 4 chunks +34 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/constants/constant_system.dart View 3 chunks +3 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/constants/constructors.dart View 7 chunks +47 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/constants/evaluation.dart View 2 chunks +521 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/constants/expressions.dart View 22 chunks +160 lines, -40 lines 0 comments Download
M pkg/compiler/lib/src/constants/values.dart View 5 chunks +46 lines, -15 lines 0 comments Download
M pkg/compiler/lib/src/cps_ir/cps_ir_nodes_sexpr.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/dart_backend/backend.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/diagnostics/messages.dart View 5 chunks +134 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/elements/modelx.dart View 1 chunk +5 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/constant_emitter.dart View 2 chunks +10 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/constant_handler_javascript.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/constant_system_javascript.dart View 3 chunks +15 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/namer.dart View 2 chunks +8 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/constructors.dart View 4 chunks +54 lines, -14 lines 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 40 chunks +432 lines, -184 lines 0 comments Download
M pkg/compiler/lib/src/resolution/resolution.dart View 6 chunks +34 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/serialization/constant_serialization.dart View 2 chunks +7 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/nodes.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/types/constants.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/use_unused_api.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/constant_expression_evaluate_test.dart View 6 chunks +336 lines, -72 lines 0 comments Download
M tests/compiler/dart2js/serialization_test.dart View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
Johnni Winther
3 years, 9 months ago (2017-03-03 13:49:50 UTC) #1
Message was sent while issue was closed.
Description was changed from

==========
WIP: Compute constant expressions in resolution.

BUG=
==========

to

==========
WIP: Compute constant expressions in resolution.

BUG=
==========

Powered by Google App Engine
This is Rietveld 408576698