On 2/1/2010 1:32 PM, Collin Winter wrote:
Hey MA,
On Mon, Feb 1, 2010 at 9:58 AM, M.-A. Lemburg<m...@egenix.com> wrote:
BTW: Some years ago we discussed the idea of pluggable VMs for
Python. Wouldn't U-S be a good motivation to revisit this idea ?
We could then have a VM based on byte code using a stack
machines, one based on word code using a register machine
and perhaps one that uses the Stackless approach.
What is the usecase for having pluggable VMs?
Running an application full time on multiple machines
Is the idea that, at runtime, the user would select which virtual
> machine they want to run their code under?
From you comments below, I would presume the selection should be at
startup, from the command line, before building Python objects.
How would the user make that determination intelligently?
The same way people would determine whether to select JIT or not -- by
testing space and time performance for their app, with test time
proportioned to expected run time.
Terry Jan Reedy
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com