summaryrefslogtreecommitdiff
path: root/test/code-cache
AgeCommit message (Expand)Author
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-12src: simplify NativeModule caching and remove redundant dataJoyee Cheung
2018-12-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-18src: remove code cache integrity checkJoyee Cheung
2018-11-20src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-11-15src: compile native modules and their code cache in C++Joyee Cheung
2018-10-30test: run code cache test by default and test generatorJoyee Cheung
2018-07-27build: create V8 code cache after script is runJoyee Cheung
2018-06-27build: speed up startup with V8 code cacheJoyee Cheung