Changeset 34374 in webkit for trunk/JavaScriptCore/VM/Machine.cpp
- Timestamp:
- Jun 5, 2008, 3:30:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.cpp
r34372 r34374 891 891 Profiler** enabledProfilerReference = Profiler::enabledProfilerReference(); 892 892 893 #if HAVE(COMPUTED_GOTO)894 // Yet another hack around GCC's various foibles, in this case fetching the895 // profiler reference results in a regression. Removing this indirection896 // results in a 0.8% regression.897 goto *(&&profilerFetchHack);898 profilerFetchHack:899 #endif900 901 893 registerFile->setSafeForReentry(false); 902 894 #define VM_CHECK_EXCEPTION() \
Note:
See TracChangeset
for help on using the changeset viewer.