Comment by tadfisher
6 hours ago
You are missing the term "JIT", which would enable a host of runtime optimizations which include generating calls to some static piece of native code which performs addition.
6 hours ago
You are missing the term "JIT", which would enable a host of runtime optimizations which include generating calls to some static piece of native code which performs addition.
But surely you can have a "fast path" that is implemented in the host language, right?