falcon icon indicating copy to clipboard operation
falcon copied to clipboard

C Python, made faster.

Results 5 falcon issues
Sort by recently updated
recently updated
newest added

Hi I am getting this below error when i am try to compile. Can you let me know what am i missing src/falcon/reval.cc:1848:22 error: invalid register name for 'registers' src/falcon/reval.cc:1848:22...

Heads up, I'd love to test using this in conjunction with https://github.com/racker/falcon. As it stands right now I can simply rename yours but when (if) you publish to pypi it...

I'm trying to install Falcon from sources (commit 9444f0f); I get no errors but the resulting interpreter does not run scripts: ``` rmurri@idsgi02:~/sw/src> source rjpower-falcon-9444f0f/bin/activate (rjpower-falcon-9444f0f)rmurri@idsgi02:~/sw/src> which python /home/user/rmurri/sw/src/rjpower-falcon-9444f0f/bin/python (rjpower-falcon-9444f0f)rmurri@idsgi02:~/sw/src>...

Running pystone with optimizations enabled causes it to prune too much of the program and results in it not actually running the benchmark. I'm guessing that LOAD/STORE_NAME are being treated...