mozilla / pluotsorbet

[ARCHIVED] PluotSorbet is a J2ME-compatible virtual machine written in JavaScript.
GNU General Public License v2.0
237 stars 46 forks source link

Investigate using the Boehm's heuristics instead of checking free memory when collecting on unwinds #1837

Closed marco-c closed 8 years ago

marco-c commented 9 years ago

We could use the _GC_maybegc function (which is internal at the moment).

marco-c commented 9 years ago

In non-incremental mode, GC_collect_a_little is simply calling GC_maybe_gc.