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

Unified Diff: runtime/vm/code_patcher.h

Issue 2741553002: Do not rely on code patching on DBC for lazy deoptimization. (Closed)
Patch Set: Cleanups Created 3 years, 9 months 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: runtime/vm/code_patcher.h
diff --git a/runtime/vm/code_patcher.h b/runtime/vm/code_patcher.h
index ec90721f415f3a73eb2c119426d90748498a2b76..b529ee10cfe7c7e66da3b0b89e1b6bfdd0abaa87 100644
--- a/runtime/vm/code_patcher.h
+++ b/runtime/vm/code_patcher.h
@@ -68,8 +68,6 @@ class CodePatcher : public AllStatic {
static intptr_t InstanceCallSizeInBytes();
- static void InsertDeoptimizationCallAt(uword start);
rmacnak 2017/03/09 20:31:59 Sweet!
-
static void PatchPoolPointerCallAt(uword return_address,
const Code& code,
const Code& new_target);

Powered by Google App Engine
This is Rietveld 408576698