translating Python to Assembler

Bjoern Schliessmann usenet-mail-0306.20.chr0n0ss at spamgourmet.com
Mon Jan 28 15:27:15 EST 2008


Grant Edwards wrote:
> No, it doesn't output corresponding machine code (that's what
> some Java JIT implementations do, but I'm not aware of any
> Python implementations that do that).  The virtual machine
> interpreter just does the action specified by the bytecode.

By "outputs corresponding machine code" I meant "feeds corresponding
machine code to the CPU" to make the analogy clearer. Which can
mean a function call.

Regards,


Björn

-- 
BOFH excuse #325:

Your processor does not develop enough heat.




More information about the Python-list mailing list