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

Issue 735253003: Add CPS IR transformation to make the JavaScript backend specific semantics explicit in the tree. (Closed)

Created:
6 years ago by karlklose
Modified:
6 years ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add CPS IR transformation to make the JavaScript backend specific semantics explicit in the tree. Also implement transformation to insert boolean conversion. R=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=41979

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments. PTAL. #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -58 lines) Patch
M pkg/compiler/lib/src/cps_ir/constant_propagation.dart View 1 2 2 chunks +7 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart View 1 5 chunks +28 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/cps_ir/cps_ir_nodes_sexpr.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/cps_ir/cps_ir_tracer.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/cps_ir/redundant_phi.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/cps_ir/shrinking_reductions.dart View 3 chunks +9 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/codegen/task.dart View 4 chunks +3 lines, -39 lines 0 comments Download
A pkg/compiler/lib/src/js_backend/codegen/unsugar.dart View 1 chunk +52 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/tree_ir/tree_ir_builder.dart View 1 chunk +12 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/js_backend_cps_ir_control_flow.dart View 3 chunks +22 lines, -13 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
karlklose
6 years ago (2014-11-25 13:30:31 UTC) #1
Kevin Millikin (Google)
It looks like it's all there. The constant propagator should be changed as mentioned below. ...
6 years ago (2014-11-25 14:27:23 UTC) #2
karlklose
PTAL, I think we have to mark the definitions of the references as reachable. https://codereview.chromium.org/735253003/diff/1/pkg/compiler/lib/src/cps_ir/constant_propagation.dart ...
6 years ago (2014-11-25 14:38:46 UTC) #3
karlklose
6 years ago (2014-11-26 07:26:58 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 41979 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698