|
|
|
|
|
by dgreensp
5003 days ago
|
|
In the abstract, a just-in-time compiler will beat an ahead-of-time compiler because it has more information, including statistics about control flow (which branches tend to be taken, etc.) and what exact instruction set is being targeted. |
|