const for bytecode optimization...
Michal Wallace
sabren at manifestation.com
Sat Feb 12 00:11:54 EST 2000
More information about the Python-list mailing list
Sat Feb 12 00:11:54 EST 2000
- Previous message (by thread): const for bytecode optimization...
- Next message (by thread): const for bytecode optimization...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Michael Hudson wrote in message ... >It is called __debug__: Well, I'll be. Thanks! (you too, Skip) >There's definitely mileage in making the compiler a little cleverer. > >In the mean time, there are a few packages that will do post hoc >optimization; my bytecodehacks package is one, Skip Montanero has >another. I'll have to check that out :) >There's not *too* much mileage here without doing type >analysis/annotation of one sort or another, and that's a *hard* >problem (see December Types-SIG, for instance). I'm curious.. Has anyone else tried writing another language that compiles to run on the Python virtual machine? I would think that if someone did that, they could have all the language features they wanted... and access to everything written in python.. (kinda like JPython does for Java)... -michal http://www.sabren.com/
- Previous message (by thread): const for bytecode optimization...
- Next message (by thread): const for bytecode optimization...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list