bencz / python-jit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is completely based on the work done by: fuzziqersoftware

ORIGINAL PROJECT

Build

  • This project runs ONLY on Linux... Tested on Ubuntu and Debian.
git clone --recursive https://github.com/bencz/python-jit
cd python-jit
mkdir build
cd build 
cmake ..
make -j 4

Main changes that were made

  • Changed from makefile to CMake
  • Fixed some code bugs
  • Removed dependency with phosg and libamd64 ( it's not necessary to install it on the system anymore )
    • The phosg and libamd64 code is now integrated into the compiler code
  • Fixed global variable __file__ to make it compatible with python3

About


Languages

Language:C++ 96.1%Language:Python 2.5%Language:Hack 0.7%Language:Assembly 0.6%Language:CMake 0.1%Language:Shell 0.1%Language:Roff 0.0%