Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created May 7, 2013 05:26
Show Gist options
  • Select an option

  • Save ELLIOTTCABLE/5530440 to your computer and use it in GitHub Desktop.

Select an option

Save ELLIOTTCABLE/5530440 to your computer and use it in GitHub Desktop.
git clone git://github.com/joyent/node.git
cd node
(cd deps/v8/build && ln -s ../../../tools/gyp)
make -C deps/v8 native
cd ~/Code/myproj
node --prof ./something.js
~/Code/Source/node/deps/v8/tools/mac-tick-processor v8.log
/Users/elliottcable/Code/Source/node/deps/v8/tools/tickprocessor-driver.js:46: ReferenceError: arguments is not defined
var params = processArguments(arguments);
^
ReferenceError: arguments is not defined
at /Users/elliottcable/Code/Source/node/deps/v8/tools/tickprocessor-driver.js:46:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment