Chromium Code Reviews

Unified Diff: src/deoptimizer.h

Issue 23710014: Introduce concurrent on-stack replacement. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/deoptimizer.h
diff --git a/src/deoptimizer.h b/src/deoptimizer.h
index 0d62bd09de386dabf9c3a026805f19a5cf3e3c89..7ee1ae12c6ed578a5368088a47e8e9d2454c78fd 100644
--- a/src/deoptimizer.h
+++ b/src/deoptimizer.h
@@ -262,7 +262,7 @@ class Deoptimizer : public Malloced {
Address pc_after);
// Verify that all back edges of a certain loop depth are patched.
- static void VerifyInterruptCode(Isolate* isolate,
+ static bool VerifyInterruptCode(Isolate* isolate,
Code* unoptimized_code,
int loop_nesting_level);
#endif // DEBUG

Powered by Google App Engine