Commit Graph

15 Commits

Author SHA1 Message Date
jasper
9db21c53af - bugfix update to 0.4.9 2011-06-29 18:44:07 +00:00
robert
c480666f7d Instead of reserving 32MB of virtual memory let's reserve the quarter of
RLIMIT_DATA (ulimit -d) if RLIMIT_DATA is not 0 (unlimited).
If RLIMIT_DATA is 0 then the default 512MB reservation will be used.
Using 32MB made v8 use less memory for sure but it was a huge performance
loss too.
2011-06-02 07:21:14 +00:00
robert
ba1ed4f32a Make v8 pre-allocate at least 32M of virtual memory to avoid
crashing with vmmap. This is needed because of their JIT is
not fully 64-bit.
2011-05-31 07:55:04 +00:00
sthen
a632efd7e6 - update node to 0.4.8
- pull across a patch from www/chromium to use the same memory allocation
policy on amd64 as is currently used on i386, this seriously reduces the
amount of virtual memory required
2011-05-21 20:32:54 +00:00
jasper
888cb1b180 Zap zoom zoom (-O3)
prompted by zthen@
2011-04-29 07:41:15 +00:00
jasper
a8ed53e972 - update to 0.4.7
i386 build test by sthen@, thanks
2011-04-28 22:02:44 +00:00
jasper
ad71fd2c04 - update to 0.4.5 2011-04-12 10:32:49 +00:00
jasper
2457d75b8d - don't force -Werror, fixes build on i386.
reported by STeve Andre', fix suggested by aja@
2011-04-12 08:05:05 +00:00
jasper
e01aeceefd hookup some regression tests 2011-03-30 20:54:13 +00:00
jasper
c5d1b1f208 - update node to 0.4.4 with various patches from chrome to make this build 2011-03-30 19:54:29 +00:00
jasper
50f9688070 - and another chunk bites the dust 2011-01-03 10:50:51 +00:00
jasper
19860cb9ec - update node.js to 0.2.6 2011-01-03 10:22:29 +00:00
jasper
f346c0f658 - don't link with -lpthread 2010-12-29 12:24:39 +00:00
jasper
ddbc876d2c - remove unneeded patches 2010-12-29 12:06:32 +00:00
jasper
dbf085daa1 import WIP node.js 0.2.5
Node.js is an evented I/O framework for the V8 JavaScript engine. It is
intended for writing scalable network programs such as web servers.

As there are still some issues to resolve, this won't be hooked up yet.

ok landry@
2010-12-28 18:19:28 +00:00