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

Unified Diff: src/interface-descriptors.h

Issue 2504153002: [TypeFeedbackVector] Root literal arrays in function literals slots (Closed)
Patch Set: REBASE. Created 4 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/interface-descriptors.h
diff --git a/src/interface-descriptors.h b/src/interface-descriptors.h
index 67d23b159136dd2acfad3c0b44c499cbedb67d70..ad0395cef37634296a2b0b0f5834f2adc4c09de8 100644
--- a/src/interface-descriptors.h
+++ b/src/interface-descriptors.h
@@ -417,6 +417,9 @@ class LoadGlobalWithVectorDescriptor : public LoadGlobalDescriptor {
class FastNewClosureDescriptor : public CallInterfaceDescriptor {
public:
DECLARE_DESCRIPTOR(FastNewClosureDescriptor, CallInterfaceDescriptor)
+ // sharedfunctioninfo ebx
+ // vector ecx
+ // slot index edx
};
class FastNewFunctionContextDescriptor : public CallInterfaceDescriptor {

Powered by Google App Engine
This is Rietveld 408576698