|
|
|
|
|
by syockit
1286 days ago
|
|
It is already doing what V8 does. It's only compiling when needed. The problem is when you start to put in too many things in the startup script, which is going to compile the things it says it "needs", even though you may never use when running. |
|