Changeset 293141 in webkit for trunk/Source/JavaScriptCore/dfg/DFGPlan.cpp
- Timestamp:
- Apr 20, 2022, 8:32:52 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGPlan.cpp
r293020 r293141 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 323 319 switch (m_mode) { 324 320 case JITCompilationMode::DFG:
Note:
See TracChangeset
for help on using the changeset viewer.