Skip to content

Instantly share code, notes, and snippets.

View igorzi's full-sized avatar

Igor Zinkovsky igorzi

View GitHub Profile
0:000> wt
2 0 [ 0] 0x09a68b00
1 0 [ 0] 0x09a68b04
1 0 [ 0] 0x09a68b07
1 0 [ 0] 0x09a68b0d
1 0 [ 0] 0x09a68b10
1 0 [ 0] 0x09a68b14
1 0 [ 0] 0x09a68b19
1 0 [ 0] 0x09a68b1f
1 0 [ 0] 0x09a68b24
From d1965414e00dc82b80e57a8d728b9acebf1a9221 Mon Sep 17 00:00:00 2001
From: Igor Zinkovsky <igorzi@microsoft.com>
Date: Sat, 21 Jan 2012 14:35:25 -0800
Subject: [PATCH] only ref non-default isolate loops
---
src/node_isolate.cc | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/node_isolate.cc b/src/node_isolate.cc
Kernel Flags:
PROC_THREAD : Process and Thread create/delete
LOADER : Kernel and user mode Image Load/Unload events
PROFILE : CPU Sample profile
CSWITCH : Context Switch
COMPACT_CSWITCH: Compact Context Switch
DISPATCHER : CPU Scheduler
DPC : DPC Events
INTERRUPT : Interrupt events
SYSCALL : System calls
c:\src\reset\node_c4>Debug\node.exe test\simple\test-isolates1.js
a: refcount=0
b: refcount=1
c: refcount=0
a: refcount=0
b: refcount=1
c: refcount=0
PARENT got message: { foo: 'bar' }
assert.js:104
/*
* uv_tcp_info contains information about exported uv_tcp_t handle
* that can be used to initialize shared TCP servers within the
* same process.
*/
#ifdef _WIN32
typedef SOCKET uv_tcp_info;
#else
typedef int uv_tcp_info;
#endif
From 21658d46aa14850e72db7f532578c43db48fde68 Mon Sep 17 00:00:00 2001
From: Igor Zinkovsky <igorzi@microsoft.com>
Date: Wed, 28 Dec 2011 14:35:27 -0800
Subject: [PATCH] pass /m to msbuild
---
vcbuild.bat | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vcbuild.bat b/vcbuild.bat
From d6bae2cb9500b91370b3a21a7155257d404107a2 Mon Sep 17 00:00:00 2001
From: Igor Zinkovsky <igorzi@microsoft.com>
Date: Fri, 16 Dec 2011 11:01:06 -0800
Subject: [PATCH] document mode argument for fs.symlink
---
doc/api/fs.markdown | 6 ++++--
lib/fs.js | 10 +++++-----
2 files changed, 9 insertions(+), 7 deletions(-)
@igorzi
igorzi / uv.h
Created December 10, 2011 20:08
typedef struct uv_cpu_info_s uv_cpu_info_t;
typedef struct uv_interface_address_s uv_interface_address_t;
struct uv_cpu_info_s {
char* brand;
int speed;
struct uv_cpu_times_s {
int user;
int nice;
int sys;
From d8d2c5706286012c9ed5a5f5c68ca62729707827 Mon Sep 17 00:00:00 2001
From: Igor Zinkovsky <igorzi@microsoft.com>
Date: Fri, 9 Dec 2011 16:42:15 -0800
Subject: [PATCH] Fix MSI generation on VC Express
---
tools/msvs/msi/nodemsi.wixproj | 32 ++++++++++++++++++++++----------
vcbuild.bat | 4 +---
2 files changed, 23 insertions(+), 13 deletions(-)
From d0abe9ebe36b27605f42f4db4bf7b90f68f6c1ed Mon Sep 17 00:00:00 2001
From: Igor Zinkovsky <igorzi@microsoft.com>
Date: Fri, 9 Dec 2011 16:46:21 -0800
Subject: [PATCH] fix windows build
---
deps/v8/build/common.gypi | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi