Reid> You could do a static compilation of all code objects in a .pyc to Reid> LLVM IR and compile that to a .so that you load at runtime, but it Reid> just eliminates the interpreter overhead.
OTOH, it would solve the problem some people have distributing their proprietary apps as .py or .pyc files... And it could have significant performance benefits if type annotation was used (and was accurate). Skip _______________________________________________ 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