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

Issue 2950303002: Handle for-loop with simple break in compile_from_dill_test (Closed)

Created:
3 years, 6 months ago by Johnni Winther
Modified:
3 years, 5 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Handle for-loop with simple break in compile_from_dill_test R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/14dda164821f06d82d9a4537d0d025d735f044f1

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -20 lines) Patch
M pkg/compiler/lib/src/elements/jumps.dart View 2 chunks +6 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/elements/modelx.dart View 3 chunks +2 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart View 4 chunks +90 lines, -10 lines 5 comments Download
M tests/compiler/dart2js/kernel/compile_from_dill_test.dart View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Johnni Winther
3 years, 6 months ago (2017-06-22 11:55:49 UTC) #2
Johnni Winther
PTAL
3 years, 6 months ago (2017-06-23 12:25:38 UTC) #3
Siggi Cherem (dart-lang)
lgtm after comment re-inlining is addressed https://codereview.chromium.org/2950303002/diff/1/pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart File pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart (right): https://codereview.chromium.org/2950303002/diff/1/pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart#newcode292 pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart:292: // Find the ...
3 years, 6 months ago (2017-06-23 19:34:00 UTC) #4
Johnni Winther
https://codereview.chromium.org/2950303002/diff/1/pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart File pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart (right): https://codereview.chromium.org/2950303002/diff/1/pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart#newcode292 pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart:292: // Find the root node for the current member. ...
3 years, 6 months ago (2017-06-26 09:04:18 UTC) #5
Johnni Winther
Committed patchset #1 (id:1) manually as 14dda164821f06d82d9a4537d0d025d735f044f1 (presubmit successful).
3 years, 6 months ago (2017-06-26 09:10:37 UTC) #7
Siggi Cherem (dart-lang)
3 years, 5 months ago (2017-06-26 16:44:14 UTC) #8
Message was sent while issue was closed.
thanks

https://codereview.chromium.org/2950303002/diff/1/pkg/compiler/lib/src/kernel...
File pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart (right):

https://codereview.chromium.org/2950303002/diff/1/pkg/compiler/lib/src/kernel...
pkg/compiler/lib/src/kernel/kernel_backend_strategy.dart:314:
_members.removeLast();
On 2017/06/26 09:04:18, Johnni Winther wrote:
> On 2017/06/23 19:34:00, Siggi Cherem (dart-lang) wrote:
> > do we need to clear the _jumpTargetMap when we enter/leave? or have a stack
of
> > them (like we have a stack of members)?
> 
> Yes, something like it. I think we need to split inlined member from
> KernelToLocalsMap.

Can you add a note about it here? (maybe TODO(redemption)) - just want to make
sure we don't accidentally hit this when we start implementing inlining and
forget about it.

Powered by Google App Engine
This is Rietveld 408576698