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

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

Issue 1485183002: [turbofan] Deopt support for escape analysis (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@ea-local
Patch Set: Improve Unittest and guard printf behind --trace-turbo-escape Created 4 years, 12 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/common-operator.h
diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h
index 211e4e4843e168f4929aa7173e5e270fad5f52fc..83cb5b2c66bdfd45ff7dba8f503f5a9aed5b527f 100644
--- a/src/compiler/common-operator.h
+++ b/src/compiler/common-operator.h
@@ -166,6 +166,7 @@ class CommonOperatorBuilder final : public ZoneObject {
const Operator* BeginRegion();
const Operator* FinishRegion();
const Operator* StateValues(int arguments);
+ const Operator* ObjectState(int pointer_slots, int id);
const Operator* TypedStateValues(const ZoneVector<MachineType>* types);
const Operator* FrameState(BailoutId bailout_id,
OutputFrameStateCombine state_combine,

Powered by Google App Engine
This is Rietveld 408576698