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

Unified Diff: src/deoptimizer.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/deoptimizer.cc
diff --git a/src/deoptimizer.cc b/src/deoptimizer.cc
index 93839a49a80cab6c328e8f3b46ac94ace418ec86..92b207fe9ba33da918cc4fd67a73e4e18bd723f5 100644
--- a/src/deoptimizer.cc
+++ b/src/deoptimizer.cc
@@ -310,7 +310,7 @@ void Deoptimizer::TearDown() {
unsigned Deoptimizer::GetOutputInfo(DeoptimizationOutputData* data,
- unsigned id,
+ AstId id,
SharedFunctionInfo* shared) {
// TODO(kasperl): For now, we do a simple linear search for the PC
// offset associated with the given node id. This should probably be

Powered by Google App Engine
This is Rietveld 408576698