| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Will drop a newer revision to V8Binding/ directory.
|
|
|
|
| |
Move V8 build files out of v8 directory so we can drop V8 source in directly.
|
|
|
|
| |
-fno-tree-sink disable the buggy optimization and with this option, V8 works fine. I suggested Doug Kwan to add the flag to the default build system.
|
|
|
|
| |
To switch between jsc and v8, one needs to edit webkit/Android.mk to change the value of JS_ENGINE, make sure no white space after 'jsc' or 'v8'.
|
|
|
|
| |
r1746 can turn off debugger support to save code size.
|
|
|
|
|
| |
To build v8 librariy, use make libv8, and build v8 shell, use make v8shell.
v8 is built as a shared library, it requires libv8.so be in core/prelink-linux-arm.map
|
|
|
|
| |
Git thinks bug-269.js and func-name-inferrer.cc are similar because both has copyright info and small code size.
|
|
v8/REVISION has svn URL and revision number:
http://v8.googlecode.com/svn/trunk@1682
|