0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
Ryan baed9d514d Inform V8 of external allocations.
This is sloppy: after each ObjectWrap allocation the user needs to
call ObjectWrap::InformV8ofAllocation(). In addition each class deriving
from  ObjectWrap needs to implement the virtual method size() which should
return the size of the derived class. If I was better at C++ I could
possibly make this less ugly. For now this is how it is.

Memory usage looks much better after this commit.
2009-05-15 16:28:10 +02:00
deps Upgrade v8 to version 1.2.3. 2009-05-12 00:12:56 +02:00
src Inform V8 of external allocations. 2009-05-15 16:28:10 +02:00
test Relatively large update to TCP API. No more "protocol". 2009-05-14 23:47:21 +02:00
.gitignore update gitignore to work with waf files 2009-04-16 13:20:22 +02:00
.gitmodules BROKEN COMMIT: removing git submodules 2009-04-22 18:17:56 +02:00
configure Inform V8 of external allocations. 2009-05-15 16:28:10 +02:00
js2c.py everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
jsmin.py everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
node.html Relatively large update to TCP API. No more "protocol". 2009-05-14 23:47:21 +02:00
test_http.js Inform V8 of external allocations. 2009-05-15 16:28:10 +02:00
waf use the WAF build system 2009-04-04 14:50:15 +02:00
wscript Don't need librt. 2009-05-14 17:36:39 +02:00