[Gccpy-devel] [redbrain/gccpy] 10becd: GCCPY:
Python Front-end to GCC
Brought to you by:
redbrain812
From: GitHub <no...@gi...> - 2013-08-30 17:20:43
|
Branch: refs/heads/master Home: https://github.com/redbrain/gccpy Commit: 10becdc3af95ee9f0b6bcb8e2d158523dbd57a94 https://github.com/redbrain/gccpy/commit/10becdc3af95ee9f0b6bcb8e2d158523dbd57a94 Author: Philip Herron <red...@gc...> Date: 2013-08-30 (Fri, 30 Aug 2013) Changed paths: M gcc/python/dot-dot.h M gcc/python/dot-pass-dot-PrettyPrint.cc M gcc/python/dot-pass-generic.cc M gcc/python/py-parser.y A gcc/testsuite/python.test/global.py M libgpython/include/gpython/runtime.h M libgpython/include/gpython/vectors.h M libgpython/runtime/gpy-module-stack.c M libgpython/runtime/gpy-osdep-routines.c M libgpython/runtime/gpy-vector-helper.c Log Message: ----------- GCCPY: * cleanup of vector and hash table API in the runtime * stack allocated primitives table instead of heap * global keyword parsing support and prettyprint * fixed bug with global access from within classes or functions or methods * Added test case global.py to show fix |