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

Unified Diff: runtime/vm/instructions_dbc.h

Issue 2380403003: Lazy deopt without code patching. (Closed)
Patch Set: remove tracing register assignment Created 4 years, 3 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/instructions_arm64.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 6db52052bc284427f4bc1694db642ab574b1faca..a10dcc0a62002cb24cc6c57cad35ad413968cf07 100644
--- a/runtime/vm/instructions_dbc.h
+++ b/runtime/vm/instructions_dbc.h
@@ -57,12 +57,7 @@ class CallPattern : public ValueObject {
RawCode* TargetCode() const;
void SetTargetCode(const Code& code) const;
- // This constant length is only valid for inserted call patterns used for
- // lazy deoptimization. Regular call pattern may vary in length.
- static int DeoptCallPatternLengthInBytes();
- static int DeoptCallPatternLengthInInstructions();
-
- static void InsertDeoptCallAt(uword pc, uword target_address);
+ static void InsertDeoptCallAt(uword pc);
private:
const ObjectPool& object_pool_;
« no previous file with comments | « runtime/vm/instructions_arm64.cc ('k') | runtime/vm/instructions_dbc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698