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

Unified Diff: runtime/vm/instructions_dbc.h

Issue 2741553002: Do not rely on code patching on DBC for lazy deoptimization. (Closed)
Patch Set: Code review 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
« no previous file with comments | « runtime/vm/exceptions.cc ('k') | runtime/vm/instructions_dbc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/instructions_dbc.h
diff --git a/runtime/vm/instructions_dbc.h b/runtime/vm/instructions_dbc.h
index e0ea7999033b0010c67593546f3dac48faad8fb2..8b239a1f89682ad259adb7b7fd8fd4593fe25b3c 100644
--- a/runtime/vm/instructions_dbc.h
+++ b/runtime/vm/instructions_dbc.h
@@ -57,8 +57,6 @@ class CallPattern : public ValueObject {
RawCode* TargetCode() const;
void SetTargetCode(const Code& code) const;
- static void InsertDeoptCallAt(uword pc);
-
private:
const ObjectPool& object_pool_;
« no previous file with comments | « runtime/vm/exceptions.cc ('k') | runtime/vm/instructions_dbc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698