Changeset 93238 in webkit for trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp
- Timestamp:
- Aug 17, 2011, 1:54:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp
r93010 r93238 868 868 // Link the code, populate data in CodeBlock data structures. 869 869 #if DFG_DEBUG_VERBOSE 870 fprintf(stderr, "JIT code start at %p\n", linkBuffer.debugAddress());870 fprintf(stderr, "JIT code start at [%p, %p)\n", linkBuffer.debugAddress(), static_cast<char*>(linkBuffer.debugAddress()) + linkBuffer.debugSize()); 871 871 #endif 872 872
Note:
See TracChangeset
for help on using the changeset viewer.