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

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: Fix --always-opt triggered bug Created 5 years 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 2ef2880f6d852825777c9f3814b82013ee767a3f..42ae6cf0a8ac577c0e7c507f1c98e5837cc9ec4e 100644
--- a/src/compiler/common-operator.h
+++ b/src/compiler/common-operator.h
@@ -153,6 +153,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