podivilov@google.com
|
656a51fb18
|
Fix source locations for inlined and patched functions.
R=ahe@google.com,floitsch@google.com
Review URL: https://chromiumcodereview.appspot.com//10915122
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12108 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-10 11:14:48 +00:00 |
|
podivilov@google.com
|
6fd0e7fc8b
|
Add empty mapping entries for the ranges of generated JavaScript that don't map to any Dart source code.
For such ranges we want to show generated JavaScript rather than arbitrary location in Dart sources.
R=floitsch@google.com
Review URL: https://chromiumcodereview.appspot.com//10911091
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11934 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-06 10:52:41 +00:00 |
|
ahe@google.com
|
1ada772cc1
|
Remove most superfluous getter arguments from dart2js.
Review URL: https://chromiumcodereview.appspot.com//10876008
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11123 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-22 06:33:24 +00:00 |
|
podivilov@google.com
|
1ef71c1c76
|
Add CodeBuffer.addAll method.
R=floitsch@google.com
Review URL: https://chromiumcodereview.appspot.com//10789014
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9699 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-07-17 12:41:47 +00:00 |
|
podivilov@google.com
|
d637d0dce8
|
Introduce CodeBuffer as StringBuffer replacement in compiler.
CodeBuffer stores source location markers along with emitted JavaScript code.
When CodeBuffer content is added to another CodeBuffer, the markers are added as well.
CodeBuffers will be used to propagate source mappings from inside ssa codegen to emitter,
see https://chromiumcodereview.appspot.com/10695174/ for details.
R=floitsch@google.com,kasperl@google.com
Review URL: https://chromiumcodereview.appspot.com//10696194
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9628 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-07-13 12:59:13 +00:00 |
|