Ignore:
Timestamp:
Jul 20, 2011, 2:07:41 PM (14 years ago)
Author:
[email protected]
Message:

Don't throw away code when JSGarbageCollect API is called
https://bugs.webkit.org/show_bug.cgi?id=64894

Reviewed by Sam Weinig.

Just call collectAllGarbage. That will clean up all unneeded
code without causing any pathological recompilation problems.

  • API/JSBase.cpp:

(JSGarbageCollect):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r91394 r91401  
     12011-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
    1142011-07-20  Oliver Hunt  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.