Chromium Code Reviews

Unified Diff: src/code-factory.cc

Issue 2711353002: [LoadIC] Use LoadIC_Uninitialized for 0->PRE transitions (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/code-factory.h ('k') | src/ic/accessor-assembler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-factory.cc
diff --git a/src/code-factory.cc b/src/code-factory.cc
index 3ebfad0e7fcbc8979aab4820b9be20c6b188a703..17e2ada6cd2e65890b8e4bf8a0256fb37d6841fd 100644
--- a/src/code-factory.cc
+++ b/src/code-factory.cc
@@ -264,6 +264,7 @@ TFS_BUILTIN(FastNewClosure)
TFS_BUILTIN(FastNewObject)
TFS_BUILTIN(ForInFilter)
TFS_BUILTIN(GetSuperConstructor)
+TFS_BUILTIN(LoadIC_Uninitialized)
TFS_BUILTIN(KeyedLoadIC_Megamorphic)
TFS_BUILTIN(PromiseHandleReject)
TFS_BUILTIN(RegExpReplace)
« no previous file with comments | « src/code-factory.h ('k') | src/ic/accessor-assembler.h » ('j') | no next file with comments »

Powered by Google App Engine