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

Unified Diff: lib/compiler/implementation/ssa/nodes.dart

Issue 10695174: [RFC] Associate AST nodes with HIstructions when building HGraph. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/compiler/implementation/ssa/nodes.dart
diff --git a/lib/compiler/implementation/ssa/nodes.dart b/lib/compiler/implementation/ssa/nodes.dart
index e1f7a81f8b170d15a6ac4ad0e348fe429bd06e68..19017b1f613c23dc58e115df89ab2e51102c63db 100644
--- a/lib/compiler/implementation/ssa/nodes.dart
+++ b/lib/compiler/implementation/ssa/nodes.dart
@@ -705,6 +705,7 @@ class HBasicBlock extends HInstructionList implements Hashable {
class HInstruction implements Hashable {
Element sourceElement;
+ Token sourceToken;
floitsch 2012/07/17 14:46:53 I'm not sure we should expose the position-type to
podivilov 2012/07/17 16:42:46 OK, let's declare it as "Token sourcePosition" for
final int id;
static int idCounter;
« lib/compiler/implementation/ssa/codegen.dart ('K') | « lib/compiler/implementation/ssa/codegen.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698