T < x < B

Too long to tweet, too short to blog.
Apr 09
Permalink

Building the V8 shell on x64:

set GCC_VERSION=44 scons arch=x64; g++ -Iinclude samples/shell.cc -o v8 libv8.a -lpthread