Changeset 155995 in webkit for trunk/Source/JavaScriptCore/ftl/FTLOSRExitCompiler.cpp
- Timestamp:
- Sep 17, 2013, 1:56:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLOSRExitCompiler.cpp
r155243 r155995 177 177 VM* vm = &exec->vm(); 178 178 179 // It's sort of preferable that we don't GC while in here. Anyways, doing so wouldn't 180 // really be profitable. 181 DeferGCForAWhile deferGC(vm->heap); 182 179 183 OSRExit& exit = codeBlock->jitCode()->ftl()->osrExit[exitID]; 180 184
Note:
See TracChangeset
for help on using the changeset viewer.