| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I9ef85bb1a4fd0e808ca37ac532803542b6dfb04d
|
|
|
|
|
|
| |
Support both ENABLE_V8_LOGGING_AND_PROFILING, DEBUG_V8 flags.
To enable logging, one can set JS flags to
--logfile /sdcard/v8.log --log_gc (or other options).
|
|
|
|
| |
Copy js2c.py and jsmin.py to intermediate directory first, then invoke the script there. Python generates a .pyc file in that directory.
|
|
|
|
| |
mksnapshot is a host program and it is platform dependent. Add rules to Makefiles so that it picks up the right file depending on the host platform.
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
So no need to change prelink map.
|
| |
|
|
|
|
| |
Also updated makefiles.
|
|
Plan to drop who v8 src in this directory as v8/
|