A modest proposal

Stuart D. Gathman stuart at bmsi.com
Thu Nov 15 20:39:36 EST 2001


In article <7xg07fwn6l.fsf at ruckus.brouhaha.com>, "Paul Rubin"
<phr-n2001d at nightsong.com> wrote:

> "Stuart D. Gathman" <stuart at bmsi.com> writes:
>> I have been putting my thoughts toward the elusive goal of making
>> python as fast as some LISP dialects.
> 
> The way to do that is with a compiler.  Speeding up access to globals
> may help a little, but probably not nearly as much.

Yes, but the globals need a data structure that is compiler friendly, but
keeps the dynamic semantics.  If the interpreter uses a similar model,
the compiler is a much more straightforward drop-in.

-- 
	      Stuart D. Gathman <stuart at bmsi.com>
Business Management Systems Inc.  Phone: 703 591-0911 Fax: 703 591-6154
"Confutatis maledictis, flamis acribus addictis" - background song for
a Microsoft sponsored "Where do you want to go from here?" commercial.



More information about the Python-list mailing list