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

Unified Diff: src/bailout-reason.h

Issue 2472143002: [modules] Disable Crankshaft for functions referencing module variables. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « src/ast/ast-numbering.cc ('k') | test/mjsunit/modules-turbo.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/bailout-reason.h
diff --git a/src/bailout-reason.h b/src/bailout-reason.h
index cf1945df0674175faf22ce66131b30a4fdbbc153..824ecaf28497a0b7dbd5125aa42737d240869e2c 100644
--- a/src/bailout-reason.h
+++ b/src/bailout-reason.h
@@ -172,6 +172,7 @@ namespace internal {
V(kReferenceToAVariableWhichRequiresDynamicLookup, \
"Reference to a variable which requires dynamic lookup") \
V(kReferenceToGlobalLexicalVariable, "Reference to global lexical variable") \
+ V(kReferenceToModuleVariable, "Reference to module-allocated variable") \
V(kReferenceToUninitializedVariable, "Reference to uninitialized variable") \
V(kRegisterDidNotMatchExpectedRoot, "Register did not match expected root") \
V(kRegisterWasClobbered, "Register was clobbered") \
« no previous file with comments | « src/ast/ast-numbering.cc ('k') | test/mjsunit/modules-turbo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698