| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
Snapshotting can be turned on by adding ENABLE_V8_SNAPSHOT in buildspec.mk file.
It is off by default. When it is turned on, the binary size is increased by about 370K, it only saves the first cold startup time of browser (or first time using JavaScript).
|
| |
|
|
| |
Also no need to change order between libv8 and libxml2.
|
| | |
|
| |
|
|
| |
So no need to change prelink map.
|
| | |
|
| |
|
|
| |
Also updated makefiles.
|
| |
|
|
| |
Not fully complete yet.
|
| |
|
|
| |
Not exact match of JSC build because some Makefiles have to be splitted into two. I use Android.v8...mk.
|
|
|
It is easier to work with merge tool. Will add a separate set of Makefiles for V8.
Add Android.v8.mk as a reference.
|