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

Unified Diff: src/compiler/js-operator.h

Issue 2894293003: Save/restore only live registers in the generator suspend/resume. (Closed)
Patch Set: Tweak Created 3 years, 7 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 | « src/compiler/bytecode-graph-builder.cc ('k') | src/interpreter/bytecode-array-builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/js-operator.h
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
index 5ac3b6769e3f7f0491967e7cde69e678273585a6..a3ea21a28b1d72709486da93b9123086393f1a49 100644
--- a/src/compiler/js-operator.h
+++ b/src/compiler/js-operator.h
@@ -770,8 +770,9 @@ class V8_EXPORT_PRIVATE JSOperatorBuilder final
const Operator* GeneratorStore(int register_count,
SuspendFlags suspend_flags);
- // Used to implement Ignition's ResumeGenerator bytecode.
+ // Used to implement Ignition's RestoreGeneratorState bytecode.
const Operator* GeneratorRestoreContinuation();
+ // Used to implement Ignition's RestoreGeneratorRegisters bytecode.
const Operator* GeneratorRestoreRegister(int index);
const Operator* StackCheck();
« no previous file with comments | « src/compiler/bytecode-graph-builder.cc ('k') | src/interpreter/bytecode-array-builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698