首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 限制使用Python绑定LLVM的Python实现

限制使用Python绑定LLVM的Python实现

  • 资源大小:13.09 MB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: python llvm 实现 使用 绑定 限制

资 源 简 介

This experimental projects aims to provide efficient code generation for Restricted Python (RPython). The main goal with this project is to learn LLVM. RPython is subset of python that is statically typed. A valid RPython is a valid python programm. The concept of RPython was created by the PyPy project (http://codespeak.net/pypy/dist/pypy/doc/) and is developped in the following paper: http://www.disi.unige.it/person/AnconaD/papers/Recent_abstracts.html#AACM-DLS07 The code translation is done by analysis python bytecode of the function object provided as entry point. This means that the full power/dynamism of python can be use to generate the code (generate class methods...) Python bindings for LLVM are used to generate the code (http://mdevan.nfshost.com/llvm-py/examples.html).

文 件 列 表

third-parties
llvm-2.6
llvm-py-3.1
VIP VIP
0.171337s