Comment on Is Python Code Sensitive to CPU Caching? (2024)parentComments−pansa21ymost interpreted code uses a JIT native compiler at this pointI suspect most JavaScript code is JIT-compiled - but most Python, Ruby etc is interpreted (via bytecode).
Comments
I suspect most JavaScript code is JIT-compiled - but most Python, Ruby etc is interpreted (via bytecode).