mini_racer/test
Sam Saffron 5f29361ae9
FEATURE: add support for Isolate#low_memory_notification
This is another mechanism we can use for releasing as much memory as
possible

Note: Isolate#idle_notification can be used as well, but it is much slower
to act.

low_memory_notification forces a full GC and will clear up large amounts of
space from the V8 heap.

This also adds support for `ensure_gc_after_idle` options for
MiniRacer::Context this allows you to automatically conserve memory on
contexts, and only runs the GC when the context was idle for a certain
amount of time.
2020-05-15 12:05:14 +10:00
..
file.js Implement #load (initial trivial implementation) 2016-05-17 10:47:21 +10:00
function_test.rb correct attached function calls to properly check for function 2018-06-26 13:59:29 +10:00
mini_racer_test.rb FEATURE: add support for Isolate#low_memory_notification 2020-05-15 12:05:14 +10:00
test_crash.rb FIX: segfault due to GC when running attached functions 2018-06-27 18:39:15 +10:00
test_helper.rb Bump version 2016-10-10 08:43:18 +11:00
test_leak.rb add valgrind rake task to ensure nothing leaks 2016-05-12 20:05:56 +10:00