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

Unified Diff: src/ast.cc

Issue 5699002: RFC: Switch to ast ids (instead of positions) for type feedback. (Closed)
Patch Set: Cleanup Created 10 years 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: src/ast.cc
diff --git a/src/ast.cc b/src/ast.cc
index c1ea0a8b3df790a271143bd8044e09b7964dfc5f..da1e0dfb3f12f3c1e72af9778df9e9527343308a 100644
--- a/src/ast.cc
+++ b/src/ast.cc
@@ -125,7 +125,7 @@ Assignment::Assignment(Token::Value op,
target_(target),
value_(value),
pos_(pos),
- compound_bailout_id_(kNoNumber),
+ compound_bailout_id_(kNoAstId),
block_start_(false),
block_end_(false),
is_monomorphic_(false),

Powered by Google App Engine
This is Rietveld 408576698