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

Unified Diff: src/accessors.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
« no previous file with comments | « no previous file | src/arm/lithium-arm.h » ('j') | src/assembler.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/accessors.cc
diff --git a/src/accessors.cc b/src/accessors.cc
index 43d54fe47482846303ec46d03d3b5e2126a7dfeb..b7939c575c4a2651373de6b1c014efb21ed24996 100644
--- a/src/accessors.cc
+++ b/src/accessors.cc
@@ -676,7 +676,7 @@ static void ComputeSlotMappingForArguments(JavaScriptFrame* frame,
Vector<SlotRef>* args_slots) {
AssertNoAllocation no_gc;
- int deopt_index = AstNode::kNoNumber;
+ AstId deopt_index = kNoAstId;
DeoptimizationInputData* data =
static_cast<OptimizedFrame*>(frame)->GetDeoptimizationData(&deopt_index);
« no previous file with comments | « no previous file | src/arm/lithium-arm.h » ('j') | src/assembler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698