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

Unified Diff: src/type-feedback-vector.h

Issue 2674593003: [TypeFeedbackVector] Root feedback vectors at function literal site. (Closed)
Patch Set: REBASE. Created 3 years, 11 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/type-feedback-vector.h
diff --git a/src/type-feedback-vector.h b/src/type-feedback-vector.h
index 20ef7b20ab9cd229abd87dc75feb40341a9474ca..ff5c4de86fe11a4f358a60802adfef0a29cb5a76 100644
--- a/src/type-feedback-vector.h
+++ b/src/type-feedback-vector.h
@@ -202,6 +202,8 @@ class TypeFeedbackMetadata : public FixedArray {
bool DiffersFrom(const TypeFeedbackMetadata* other_metadata) const;
+ bool HasFunctionLiteralSlots();
+
inline bool is_empty() const;
// Returns number of slots in the vector.

Powered by Google App Engine
This is Rietveld 408576698