|
|
|
|
|
by xapata
2954 days ago
|
|
JITs get to analyze both code and data and optimize for each machine deployed to. A static compiler can only analyze code and the machine used for compilation. If dependencies were pre-compiled, the static compiler won't be able to optimize their relationship with the project. If the machine is changed for deployment. More information means better optimizations. JITs FTW. |
|