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

Issue 2616263002: dart2js-kernel: implement rethrow (Closed)

Created:
3 years, 11 months ago by sra1
Modified:
3 years, 11 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : fix type of residual #

Total comments: 1

Patch Set 3 : format #

Patch Set 4 : format #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 1 2 3 1 chunk +15 lines, -0 lines 2 comments Download
M pkg/compiler/lib/src/ssa/nodes.dart View 1 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
sra1
3 years, 11 months ago (2017-01-07 02:04:22 UTC) #2
sra1
3 years, 11 months ago (2017-01-09 19:19:38 UTC) #4
sra1
https://codereview.chromium.org/2616263002/diff/20001/pkg/compiler/lib/src/ssa/builder_kernel.dart File pkg/compiler/lib/src/ssa/builder_kernel.dart (right): https://codereview.chromium.org/2616263002/diff/20001/pkg/compiler/lib/src/ssa/builder_kernel.dart#newcode19 pkg/compiler/lib/src/ssa/builder_kernel.dart:19: //SyntheticConstantKind, I'm fixing this now and reformatting
3 years, 11 months ago (2017-01-09 19:20:17 UTC) #5
Emily Fortuna
lgtm post reformat
3 years, 11 months ago (2017-01-09 19:22:34 UTC) #6
sra1
Committed patchset #4 (id:60001) manually as 0b00989fc4be9e313cc074786192f965f89c4523 (presubmit successful).
3 years, 11 months ago (2017-01-09 21:13:44 UTC) #8
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2616263002/diff/60001/pkg/compiler/lib/src/ssa/builder_kernel.dart File pkg/compiler/lib/src/ssa/builder_kernel.dart (right): https://codereview.chromium.org/2616263002/diff/60001/pkg/compiler/lib/src/ssa/builder_kernel.dart#newcode2224 pkg/compiler/lib/src/ssa/builder_kernel.dart:2224: SourceInformation sourceInformation = null; what do we generally ...
3 years, 11 months ago (2017-01-11 19:13:04 UTC) #10
Emily Fortuna
3 years, 11 months ago (2017-01-11 21:19:54 UTC) #11
Message was sent while issue was closed.
https://codereview.chromium.org/2616263002/diff/60001/pkg/compiler/lib/src/ss...
File pkg/compiler/lib/src/ssa/builder_kernel.dart (right):

https://codereview.chromium.org/2616263002/diff/60001/pkg/compiler/lib/src/ss...
pkg/compiler/lib/src/ssa/builder_kernel.dart:2224: SourceInformation
sourceInformation = null;
On 2017/01/11 19:13:04, Siggi Cherem (dart-lang) wrote:
> what do we generally want to do for with source-infos at this time. Do we want
> to wait and add them all later, or do we want to use the adapter to get the
AST
> node and then remove the adapter? For example, here we could do:
> 
> sourceInformationBuilder.buildThrow(astAdapter.getNode(rethrowNode))

I had been avoiding them and adding TODOs, but it's probably better and less
error prone to add the machinery in now to the adapter and add the rest as we
get further along.

Powered by Google App Engine
This is Rietveld 408576698