研究pyjamas的时候发现一下的文字:
Combining PyJS and PyV8 to produce an Optimising Python Compiler
----------------------------------------------------------------
pyjs.py is a stand-alone python-to-javascript. PyV8 provides python
bindings to the V8 Javascript Execution library, which provides fast
JIT-compiled x86 and ARM assembler of a javascript application.
Combining the two back-to-back would logically provide a way to
compile python scripts to x86 or ARM assembler, resulting in a competitor
to Psyco with the added advantage of supporting ARM CPUs.
简而言之,pyv8就是V8的Python绑定。
探讨了将PyJS和PyV8结合使用的方法,旨在通过这种组合将Python脚本编译为x86或ARM汇编代码,从而实现与Psycow类似的性能优势,并支持ARM CPU。
1803

被折叠的 条评论
为什么被折叠?



