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

Unified Diff: src/compiler/access-builder.h

Issue 1906823002: Move of the type feedback vector to the closure. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: REBASE. Created 4 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/access-builder.h
diff --git a/src/compiler/access-builder.h b/src/compiler/access-builder.h
index b36277e1b69ec1a6c570f32f33571c998a94e1a7..ebc90a9cbbe4fd404eae7e6ab4b6ecbb0e455aac 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -129,8 +129,8 @@ class AccessBuilder final : public AllStatic {
static FieldAccess ForPropertyCellValue();
static FieldAccess ForPropertyCellValue(Type* type);
- // Provides access to SharedFunctionInfo::feedback_vector() field.
- static FieldAccess ForSharedFunctionInfoTypeFeedbackVector();
+ // Provides access to JSFunction::literals()[0] field.
Michael Starzinger 2016/05/10 13:47:20 Accessing an element as a field breaks invariants
mvstanton 2016/05/24 16:31:49 Done.
+ static FieldAccess ForLiteralsTypeFeedbackVector();
// Provides access to FixedArray elements.
static ElementAccess ForFixedArrayElement();

Powered by Google App Engine
This is Rietveld 408576698