Changeset 155995 in webkit for trunk/Source/JavaScriptCore/dfg/DFGOSRExitCompiler.cpp
- Timestamp:
- Sep 17, 2013, 1:56:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGOSRExitCompiler.cpp
r155820 r155995 62 62 VM* vm = &exec->vm(); 63 63 64 // It's sort of preferable that we don't GC while in here. Anyways, doing so wouldn't 65 // really be profitable. 66 DeferGCForAWhile deferGC(vm->heap); 67 64 68 uint32_t exitIndex = vm->osrExitIndex; 65 69 OSRExit& exit = codeBlock->jitCode()->dfg()->osrExit[exitIndex];
Note:
See TracChangeset
for help on using the changeset viewer.