summaryrefslogtreecommitdiffstats
path: root/v8
Commit message (Collapse)AuthorAgeFilesLines
* Remove v8 source form webkitFeng Qian2009-06-19718-256808/+0
| | | | Will drop a newer revision to V8Binding/ directory.
* Update revision number.Feng Qian2009-06-192-181/+0
| | | | Move V8 build files out of v8 directory so we can drop V8 source in directly.
* Workaround GCC 4.3.1 issue.Feng Qian2009-05-051-1/+4
| | | | -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.
* Build V8 as a static library.Feng Qian2009-04-242-3/+3
| | | | 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'.
* Import a new V8 revision 1746.Feng Qian2009-04-2046-137/+303
| | | | r1746 can turn off debugger support to save code size.
* Add Android makefiles for v8 and v8shell.Feng Qian2009-04-173-0/+178
| | | | | 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
* Update v8 source to bleeding_edge 1738.Feng Qian2009-04-17100-708/+3348
| | | | Git thinks bug-269.js and func-name-inferrer.cc are similar because both has copyright info and small code size.
* Import V8 r1682 from trunk.Feng Qian2009-04-16706-0/+254002
v8/REVISION has svn URL and revision number: http://v8.googlecode.com/svn/trunk@1682