Changeset 46724 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Aug 3, 2009, 11:34:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r46648 r46724 98 98 99 99 // Use a background thread to periodically scavenge memory to release back to the system 100 // https://bugs.webkit.org/show_bug.cgi?id=27900: don't turn this on for Tiger until we have figured out why it caused a crash. 101 #if !defined(BUILDING_ON_TIGER) 100 102 #define USE_BACKGROUND_THREAD_TO_SCAVENGE_MEMORY 1 103 #endif 101 104 102 105 #ifndef NDEBUG
Note:
See TracChangeset
for help on using the changeset viewer.