Y
Hacker News
new
|
ask
|
show
|
jobs
by
lnx01
1111 days ago
Compiler flags. You turn on/off compiler optimisations for target architectures that are aware of all the instruction-set specific hardware level optimisations.
1 comments
TekMol
1111 days ago
But I'm not compiling. And neither are 99.9% of other software users.
link
pjmlp
1111 days ago
Hence why JITs have some advantages when shipping software, at the cost of a few extra MBs.
link
bruce343434
1110 days ago
Only if the JIT uses the fancy instructions :)
link
pjmlp
1110 days ago
Most JVM implementations and the CLR do keep up with fancy instructions.
Not all, but surely a few.
link