|
|
|
|
|
by grandmczeb
3038 days ago
|
|
Lots of modern models have very late binding variables
which are hard to precompile for (sentence length in MNT, for example). That means you're going to need to do some form of specialization at runtime, so a JIT makes sense. |
|