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

Unified Diff: src/types.cc

Issue 1077343002: [turbofan] Optimize loads of global constants in JSTypedLowering. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « src/factory.cc ('k') | test/mjsunit/global-infinity.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/types.cc
diff --git a/src/types.cc b/src/types.cc
index 6724b7c2626abe0c6173d3b0817302dd217b38ce..e9a9acb66e8850c5b3a7a1d40b2b299807e0ef33 100644
--- a/src/types.cc
+++ b/src/types.cc
@@ -277,6 +277,7 @@ TypeImpl<Config>::BitsetType::Lub(i::Map* map) {
case FOREIGN_TYPE:
case SCRIPT_TYPE:
case CODE_TYPE:
+ case PROPERTY_CELL_TYPE:
return kInternal & kTaggedPointer;
default:
UNREACHABLE();
« no previous file with comments | « src/factory.cc ('k') | test/mjsunit/global-infinity.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698