Changeset 293020 in webkit for trunk/Source/JavaScriptCore/dfg/DFGPlan.cpp
- Timestamp:
- Apr 19, 2022, 10:19:43 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGPlan.cpp
r293009 r293020 317 317 } 318 318 319 // Currently, due to GPRInfo::numberOfRegisters issue, we cannot enable it on x64. 320 if (isX86_64()) 321 RELEASE_ASSERT(m_mode != JITCompilationMode::UnlinkedDFG); 322 319 323 switch (m_mode) { 320 324 case JITCompilationMode::DFG:
Note:
See TracChangeset
for help on using the changeset viewer.