Changeset 91401 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jul 20, 2011, 2:07:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r91394 r91401 1 2011-07-20 Oliver Hunt <[email protected]> 2 3 Don't throw away code when JSGarbageCollect API is called 4 https://bugs.webkit.org/show_bug.cgi?id=64894 5 6 Reviewed by Sam Weinig. 7 8 Just call collectAllGarbage. That will clean up all unneeded 9 code without causing any pathological recompilation problems. 10 11 * API/JSBase.cpp: 12 (JSGarbageCollect): 13 1 14 2011-07-20 Oliver Hunt <[email protected]> 2 15
Note:
See TracChangeset
for help on using the changeset viewer.