node/test
Ben Noordhuis dab6f681cd lib,src: remove post-gc event infrastructure
Remove the 'gc' event from the v8 module and remove the supporting
infrastructure from src/.  It gets the axe because:

1. There are currently no users.  It was originally conceived as
   an upstreamed subset of StrongLoop's strong-agent GC metrics,
   but the strong-agent code base has evolved considerably since
   that time and has no use anymore for what is in core.

2. The implementation is not quite sound.  It calls into JS land
   from inside the GC epilog and that is unsafe.  We could fix
   that by delaying the callback until a safe time but because
   there are no users anyway, removing it is all around easier.

PR-URL: https://github.com/iojs/io.js/pull/174
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
2014-12-18 19:39:30 +01:00
..
addons node,async-wrap: verify domain enter/exit are set 2014-09-02 11:30:45 -07:00
debugger debugger: assign Environment to DebugContext too 2014-05-02 22:12:54 +04:00
disabled deps: re-implement debugger-agent 2014-10-08 15:44:40 +04:00
fixtures test: split test in parallel/sequential 2014-12-17 20:45:02 +07:00
gc test: update our branched weakref to v8 3.24 2014-03-17 10:19:47 -07:00
internet src: all wraps now use actual FunctionTemplate 2014-12-09 17:57:15 +01:00
message test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
parallel lib,src: remove post-gc event infrastructure 2014-12-18 19:39:30 +01:00
pummel test: move simple/test-abort-fatal-error to pummel 2014-12-06 02:37:30 +01:00
sequential test: split test in parallel/sequential 2014-12-17 20:45:02 +07:00
testpy test: run tests in parallel, common improvements 2014-12-17 20:45:37 +07:00
timers test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
common.js test: run tests in parallel, common improvements 2014-12-17 20:45:37 +07:00