|
|
|
|
|
by paxys
351 days ago
|
|
Hack does JIT compilation. Even otherwise, at the scale the company operates it's much better to run codegen once at commit time rather than recreate the entire codebase on every deploy (several times a day) which would take forever. |
|