v8 

Send to Kindle
home » snippets » chrome » v8



Snippets

Build V8 debug

Ref: https://gist.github.com/kevincennis/0cd2138c78a07412ef21

git clone [email protected]:v8/v8.git
cd v8
make builddeps && make x64.debug

alias d8=/path/to/v8/repo/out/x64.debug/d8
alias tick-processor=/path/to/v8/repo/tools/mac-tick-processor