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

Unified Diff: src/frames.h

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/frames.h
diff --git a/src/frames.h b/src/frames.h
index 778f9d2435e0d2cba42d45e9f012d9e23743050f..309b8e91dbf69819a303b99447c33ba4d339da16 100644
--- a/src/frames.h
+++ b/src/frames.h
@@ -518,7 +518,7 @@ class OptimizedFrame : public JavaScriptFrame {
virtual void Summarize(List<FrameSummary>* frames);
- DeoptimizationInputData* GetDeoptimizationData(int* deopt_index);
+ DeoptimizationInputData* GetDeoptimizationData(AstId* deopt_index);
protected:
explicit OptimizedFrame(StackFrameIterator* iterator)

Powered by Google App Engine
This is Rietveld 408576698