Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | process: split execution into main scripts | Joyee Cheung | 2019-01-30 | 1 | -18/+6 |
* | process: allow StartExecution() to take a main script ID | Joyee Cheung | 2019-01-16 | 1 | -0/+2 |
* | src: simplify NativeModule caching and remove redundant data | Joyee Cheung | 2019-01-12 | 1 | -5/+4 |
* | src: always compile and store code cache for native modules | Joyee Cheung | 2018-12-18 | 1 | -22/+25 |
* | src: remove code cache integrity check | Joyee Cheung | 2018-12-18 | 1 | -5/+0 |
* | process: specialize building and storage of process.config | Joyee Cheung | 2018-12-11 | 1 | -3/+15 |
* | src: fix type mismatch warnings from missing priv | Sam Roberts | 2018-12-03 | 1 | -1/+2 |
* | src: use NativeModuleLoader to compile per_context.js | Joyee Cheung | 2018-11-28 | 1 | -12/+42 |
* | src: use STL containers instead of v8 values for static module data | Joyee Cheung | 2018-11-20 | 1 | -15/+49 |
* | src: compile native modules and their code cache in C++ | Joyee Cheung | 2018-11-15 | 1 | -0/+41 |