Skip to content

Instantly share code, notes, and snippets.

View tjfontaine's full-sized avatar

Timothy J Fontaine tjfontaine

View GitHub Profile
diff --git a/lib/os.js b/lib/os.js
index 279b635..e568e8f 100644
--- a/lib/os.js
+++ b/lib/os.js
@@ -44,8 +44,9 @@ exports.platform = function() {
exports.tmpdir = function() {
if (isWindows) {
- return process.env.TEMP ||
+ return process.env.TMPDIR ||
Buffer::MakeFastBuffer
value ------------- Distribution ------------- count
1 | 0
2 | 60
4 | 162
8 | 0
16 | 24
32 | 0
64 | 72
all: a b
gcc -c main.c
gcc -o testit \
main.o \
a.o \
b.o \
b.dtrace.o \
a.dtrace.o
a:
execve("run-tests", 0x08047868, 0x08047878) argc = 3
sysinfo(SI_MACHINE, "i86pc", 257) = 6
mmap(0x00000000, 32, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFEFB0000
mmap(0x00000000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFEFA0000
sysconfig(_CONFIG_PAGESIZE) = 4096
mmap(0x00000000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFEF90000
mmap(0x00000000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFEF80000
memcntl(0xFEFB7000, 32112, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
memcntl(0x08050000, 39612, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
resolvepath("/usr/lib/ld.so.1", "/lib/ld.so.1", 1023) = 12
http/cluster.js type=bytes length=4 c=50: ./node_libumem: 23047 ./node: 18707 ....................... 23.20%
http/cluster.js type=bytes length=4 c=500: ./node_libumem: 20796 ./node: 20286 ....................... 2.51%
http/cluster.js type=bytes length=1024 c=50: ./node_libumem: 22387 ./node: 16270 .................... 37.60%
http/cluster.js type=bytes length=1024 c=500: ./node_libumem: 19312 ./node: 19358 ................... -0.24%
http/cluster.js type=bytes length=102400 c=50: ./node_libumem: 853.69 ./node: 585.15 ................ 45.89%
http/cluster.js type=bytes length=102400 c=500: ./node_libumem: 811 ./node: 823.62 .................. -1.53%
http/cluster.js type=buffer length=4 c=50: ./node_libumem: 17032 ./node: 16460 ....................... 3.48%
http/cluster.js type=buffer length=4 c=500: ./node_libumem: 18614 ./node: 18757 ..................... -0.76%
http/cluster.js type=buffer length=1024 c=50: ./node_libumem: 22691 ./node: 15608 ................... 45.38%
http/cluster.js type=buffer length=1024 c=5
Isaac:
- perf regressions in crypto cipher/hmac
- make it look like stream wrap, doesn't help that much
Fedor:
- v8 c++ property cache
- upstream wants to do an inline cache instead
Nathan:
- Rasp Pi builds working
--- sssl 2013-04-30 21:22:58.666619868 +0000
+++ nssl 2013-04-30 21:30:53.929389772 +0000
@@ -1,8 +1,4 @@
ID FUNCTION:NAME
-82575 SSLv23_client_method:entry
-82576 SSLv23_client_method:0
-82577 SSLv23_client_method:7
-82574 SSLv23_client_method:return
00136 SSL_library_init:entry
00137 SSL_library_init:0
git clone https://git.chromium.org/external/gyp.git build/gyp
python gyp_uv -Dtarget_arch=ia32
make -C out BUILDTYPE=Release
var spawn = require('child_process').spawn;
var child;
switch (process.argv[2]) {
case "B":
child = spawn(process.execPath, ['t.js', 'C'], {stdio: 'inherit'});
setTimeout(process.exit, 5 * 1000);
break;
case "C":
break;
default:
FATAL: null
java.lang.NullPointerException
at hudson.tasks.test.MatrixTestResult.getChildName(MatrixTestResult.java:50)
at hudson.tasks.test.AggregatedTestResultAction.add(AggregatedTestResultAction.java:85)
at hudson.tasks.test.TestResultAggregator.endRun(TestResultAggregator.java:57)
at hudson.matrix.DefaultMatrixExecutionStrategyImpl.notifyEndBuild(DefaultMatrixExecutionStrategyImpl.java:188)
at hudson.matrix.DefaultMatrixExecutionStrategyImpl.run(DefaultMatrixExecutionStrategyImpl.java:165)
at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:355)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:586)
at hudson.model.Run.execute(Run.java:1575)