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

Issue 2994353002: Fix the locals lookup of variables and partial implementation of boxing of variables.

Created:
3 years, 4 months ago by Emily Fortuna
Modified:
3 years, 4 months ago
Reviewers:
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix the locals lookup of variables and partial implementation of boxing of variables. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+423 lines, -154 lines) Patch
M pkg/compiler/lib/src/closure.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/field_naming_mixin.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_model/closure.dart View 17 chunks +169 lines, -71 lines 0 comments Download
M pkg/compiler/lib/src/js_model/closure_visitors.dart View 8 chunks +20 lines, -11 lines 0 comments Download
M pkg/compiler/lib/src/js_model/elements.dart View 2 chunks +12 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/js_model/js_strategy.dart View 3 chunks +5 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_model/locals.dart View 3 chunks +17 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map.dart View 2 chunks +9 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map_impl.dart View 4 chunks +123 lines, -33 lines 0 comments Download
M pkg/compiler/lib/src/kernel/env.dart View 2 chunks +19 lines, -9 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 1 chunk +4 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/locals_handler.dart View 8 chunks +34 lines, -13 lines 0 comments Download
M pkg/compiler/lib/src/universe/use.dart View 3 chunks +7 lines, -2 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698