node/deps/v8/build
Ben Noordhuis f230a1cf74 v8: upgrade to 3.22.24
This commit removes the simple/test-event-emitter-memory-leak test for
being unreliable with the new garbage collector: the memory pressure
exerted by the test case is too low for the garbage collector to kick
in.  It can be made to work again by limiting the heap size with the
--max_old_space_size=x flag but that won't be very reliable across
platforms and architectures.
2013-11-11 02:40:36 +01:00
..
README.txt deps: upgrade v8 to 3.18.4 2013-04-29 22:35:21 +02:00
all.gyp v8: upgrade to 3.22.24 2013-11-11 02:40:36 +01:00
android.gypi v8: upgrade to v3.20.2 2013-07-06 16:53:06 +02:00
features.gypi v8: upgrade to 3.22.24 2013-11-11 02:40:36 +01:00
gyp_v8 v8: upgrade to v8 3.20.7 2013-07-22 15:53:10 -07:00
shim_headers.gypi v8: upgrade to v3.20.2 2013-07-06 16:53:06 +02:00
standalone.gypi v8: upgrade to 3.22.24 2013-11-11 02:40:36 +01:00
toolchain.gypi v8: upgrade to 3.22.24 2013-11-11 02:40:36 +01:00

README.txt

For build instructions, please refer to:

https://code.google.com/p/v8/wiki/BuildingWithGYP

TL;DR version on *nix:
$ make dependencies        # Only needed once.
$ make ia32.release -j8
$ make ia32.release.check  # Optionally: run tests.