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

Unified Diff: src/compiler/frame-states.h

Issue 2803853005: Inline Array.prototype.forEach in TurboFan (Closed)
Patch Set: Add comments 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
Index: src/compiler/frame-states.h
diff --git a/src/compiler/frame-states.h b/src/compiler/frame-states.h
index 0d0ec47f88c99384c2e60bf9602a9592c0d0bcbb..587c2651d00bd8d082044a1038c11758702b96d9 100644
--- a/src/compiler/frame-states.h
+++ b/src/compiler/frame-states.h
@@ -82,7 +82,8 @@ enum class FrameStateType {
kTailCallerFunction, // Represents a frame removed by tail call elimination.
kConstructStub, // Represents a ConstructStubFrame.
kGetterStub, // Represents a GetterStubFrame.
- kSetterStub // Represents a SetterStubFrame.
+ kSetterStub, // Represents a SetterStubFrame.
+ kBuiltinContinuation // Represents a continuation to a stub
};
class FrameStateFunctionInfo {
« no previous file with comments | « src/compiler/code-generator.cc ('k') | src/compiler/frame-states.cc » ('j') | src/deoptimizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698