son30 发表于 2017-4-21 10:26:39

Python + V8 =PyV8

  研究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绑定。
页: [1]
查看完整版本: Python + V8 =PyV8