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

Issue 10915122: Fix source locations for inlined and patched functions. (Closed)

Created:
8 years, 3 months ago by podivilov
Modified:
8 years, 3 months ago
Reviewers:
ahe, floitsch, ngeoffray
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix source locations for inlined and patched functions. R=ahe@google.com,floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=12108

Patch Set 1 #

Total comments: 15

Patch Set 2 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -107 lines) Patch
M lib/compiler/implementation/code_buffer.dart View 1 4 chunks +23 lines, -24 lines 0 comments Download
M lib/compiler/implementation/js/printer.dart View 3 chunks +4 lines, -6 lines 0 comments Download
M lib/compiler/implementation/js_backend/emitter.dart View 1 1 chunk +1 line, -13 lines 0 comments Download
M lib/compiler/implementation/leg.dart View 1 1 chunk +0 lines, -1 line 0 comments Download
M lib/compiler/implementation/scanner/parser.dart View 1 1 chunk +1 line, -6 lines 0 comments Download
M lib/compiler/implementation/scanner/token.dart View 1 1 chunk +6 lines, -0 lines 0 comments Download
M lib/compiler/implementation/source_map_builder.dart View 1 8 chunks +41 lines, -28 lines 0 comments Download
M lib/compiler/implementation/ssa/builder.dart View 1 9 chunks +25 lines, -4 lines 0 comments Download
M lib/compiler/implementation/ssa/codegen.dart View 1 9 chunks +26 lines, -18 lines 0 comments Download
M lib/compiler/implementation/ssa/nodes.dart View 1 3 chunks +5 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/source_mapping_test.dart View 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
podivilov
8 years, 3 months ago (2012-09-06 14:52:51 UTC) #1
floitsch
LGTM, but if possible wait for Peter's comments too. Please make sure it is not ...
8 years, 3 months ago (2012-09-06 16:44:55 UTC) #2
ahe
LGTM! https://chromiumcodereview.appspot.com/10915122/diff/1/lib/compiler/implementation/code_buffer.dart File lib/compiler/implementation/code_buffer.dart (right): https://chromiumcodereview.appspot.com/10915122/diff/1/lib/compiler/implementation/code_buffer.dart#newcode97 lib/compiler/implementation/code_buffer.dart:97: final sourcePosition; What is a sourcePosition? https://chromiumcodereview.appspot.com/10915122/diff/1/lib/compiler/implementation/source_map_builder.dart File ...
8 years, 3 months ago (2012-09-08 08:55:50 UTC) #3
podivilov
https://chromiumcodereview.appspot.com/10915122/diff/1/lib/compiler/implementation/code_buffer.dart File lib/compiler/implementation/code_buffer.dart (right): https://chromiumcodereview.appspot.com/10915122/diff/1/lib/compiler/implementation/code_buffer.dart#newcode97 lib/compiler/implementation/code_buffer.dart:97: final sourcePosition; On 2012/09/08 08:55:50, ahe wrote: > What ...
8 years, 3 months ago (2012-09-10 11:13:23 UTC) #4
ngeoffray
8 years, 3 months ago (2012-09-10 14:00:24 UTC) #5
Hi Pavel,

This change broke dart2js:
http://build.chromium.org/p/client.dart/builders/dart2js-linux-release-checke...

Are you working on a fix?

Powered by Google App Engine
This is Rietveld 408576698