diff options
author | Dave Pacheco <dap@joyent.com> | 2012-03-28 10:26:10 -0700 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-04-01 00:14:36 +0000 |
commit | cc15299c32b4fc39c2eb2c08b0265e462f875544 (patch) | |
tree | 2e3c9b283e29e925b8ac4072d67671d164c218de /src/v8ustack.d | |
parent | 7bdeed203991d35a56e7448540e3b74387c65d0d (diff) | |
download | node-new-cc15299c32b4fc39c2eb2c08b0265e462f875544.tar.gz |
build: add support for DTrace and postmortem
* fixes #2110
* includes V8 postmortem metadata in Solaris builds
* adds GYP support for DTrace probes and ustack helper
* ustack helper derives constants dynamically from libv8_base.a
* build with DTrace support by default on SunOS
Diffstat (limited to 'src/v8ustack.d')
-rw-r--r-- | src/v8ustack.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/v8ustack.d b/src/v8ustack.d index 489e55cf36..27e9034492 100644 --- a/src/v8ustack.d +++ b/src/v8ustack.d @@ -11,6 +11,7 @@ */ #include <v8constants.h> +#include <v8abbr.h> /* * V8 represents small integers (SMI) using the upper 31 bits of a 32-bit |