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

Unified Diff: src/interpreter/bytecode-register-optimizer.h

Issue 2926063002: [interpreter] Make sure allocated registers are always materialized in the register optimizer. (Closed)
Patch Set: Created 3 years, 6 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: src/interpreter/bytecode-register-optimizer.h
diff --git a/src/interpreter/bytecode-register-optimizer.h b/src/interpreter/bytecode-register-optimizer.h
index 3ec2c657d0a036e42ce3c54df7220ab2763b0488..dca9af741985342b5062d0a78b9b4b4657d7f617 100644
--- a/src/interpreter/bytecode-register-optimizer.h
+++ b/src/interpreter/bytecode-register-optimizer.h
@@ -178,6 +178,8 @@ class V8_EXPORT_PRIVATE BytecodeRegisterOptimizer final
return equivalence_id_;
}
+ void SetRegisterAllocated(Register reg);
+
Zone* zone() { return zone_; }
const Register accumulator_;
« no previous file with comments | « no previous file | src/interpreter/bytecode-register-optimizer.cc » ('j') | src/interpreter/bytecode-register-optimizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698