Comment on Why is processing a sorted array faster than an unsorted array?parentComments−DannyBee13yIt's not impossible in C. It's impossible statically.There is nothing that stops you from JIT'ing C/C++. LLVM includes a JIT that functions just fine on C/C++ programs.
Comments
It's not impossible in C. It's impossible statically.
There is nothing that stops you from JIT'ing C/C++. LLVM includes a JIT that functions just fine on C/C++ programs.