Changeset 231160 in webkit for trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
- Timestamp:
- Apr 30, 2018, 11:02:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGDriver.cpp
r222871 r231160 90 90 // Make sure that any stubs that the DFG is going to use are initialized. We want to 91 91 // make sure that all JIT code generation does finalization on the main thread. 92 vm.getCTIStub(arityFixupGenerator); 92 93 vm.getCTIStub(osrExitThunkGenerator); 93 94 vm.getCTIStub(osrExitGenerationThunkGenerator);
Note:
See TracChangeset
for help on using the changeset viewer.