Static typing [was Re: Python and the need for speed]

Paul Rubin no.email at nospam.invalid
Wed Jun 21 03:45:04 EDT 2017


Gregory Ewing <greg.ewing at canterbury.ac.nz> writes:
> A JIT compiler works by observing the actual values

To be pedantic, that's called a "tracing JIT".  Other runtime code
generation is also frequently called JIT compilation even when it's
fairly stupid combining of assembly code templates, or the like.



More information about the Python-list mailing list