|
|
|
|
|
by vladich
105 days ago
|
|
SLJIT is a bit smarter than just to use hardcoded registers. It's multi-platform anyway, so it uses registers when they are available on the target platform, if not it will use memory, that's why performance can differ between Windows and Linux on x64 for example - different number of available registers. |
|
But... I consider SLJIT to be for a different use-case than AsmJit. It's more portable, but its scope is much more limited.