jai.vim
jai.vim copied to clipboard
forcing -x64 in makeprg can't work on m-series macs
or obviously more generally any non x64 target
could you please give more info for steps for reproduction?
He’s right. I used to always pass -x64 to get faster compiles, but this is no longer a good idea since we now have an arm version and various cross-compiling targets. PR welcome.
He’s right. I used to always pass -x64 to get faster compiles, but this is no longer a good idea since we now have an arm version and various cross-compiling targets. PR welcome.
Could we possibly able to use IL as an abstraction? Like a well known IL from microsoft or even WASM with wasmer etc. ? It is not he fastest but definitely quite fast compared to Python/JavaScript. I mean, do we really need to target x64, arm, and more specifically if we target some abstract architecture, one of the two: RISC and CISC, like vectorization and SIMD
Offtopic, of cause. No worries
@beaumccartney This is finally fixed in 89bbaad. Sorry for the delay.