Changeset 220404 in webkit for trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
- Timestamp:
- Aug 8, 2017, 9:00:06 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
r220368 r220404 11617 11617 LValue caged(Gigacage::Kind kind, LValue ptr) 11618 11618 { 11619 if (!Gigacage::shouldBeEnabled()) 11620 return ptr; 11621 11622 if (kind == Gigacage::Primitive && Gigacage::canPrimitiveGigacageBeDisabled()) { 11619 if (kind == Gigacage::Primitive) { 11623 11620 if (vm().primitiveGigacageEnabled().isStillValid()) 11624 11621 m_graph.watchpoints().addLazily(vm().primitiveGigacageEnabled());
Note:
See TracChangeset
for help on using the changeset viewer.