Branch: refs/heads/master
Home: https://github.com/redbrain/gccpy
Commit: 6797c7b84d0490547abc20c6911ca40acf135c23
https://github.com/redbrain/gccpy/commit/6797c7b84d0490547abc20c6911ca40acf135c23
Author: Philip Herron <red...@gc...>
Date: 2013-09-29 (Sun, 29 Sep 2013)
Changed paths:
M gcc/python/Make-lang.in
M gcc/python/dot-pass-generic.cc
M gcc/python/dot-tree.h
A gcc/python/gpy-builtins.cc
M gcc/python/gpy-runtime.cc
M gcc/python/gpy-runtime.def
M gcc/python/gpy-runtime.h
M libgpython/Makefile.am
M libgpython/Makefile.in
M libgpython/autom4te.cache/requests
M libgpython/configure.ac
M libgpython/include/gpython/objects.h
M libgpython/include/gpython/runtime.h
R libgpython/runtime/gpy-builtin-builtins.c
A libgpython/runtime/gpy-builtin-sys.c
M libgpython/runtime/gpy-module-stack.c
M libgpython/runtime/gpy-object-class.c
M libgpython/runtime/gpy-object-classmethod.c
A libgpython/runtime/gpy-object-dict.c
M libgpython/runtime/gpy-object-module.c
M libgpython/runtime/gpy-object-string.c
M libgpython/runtime/gpy-type-utils.c
Log Message:
-----------
GCCPY:
* Initial builtin module support
* Skeleton sys module working
* Bug fixes with global virtual stack
* Optimizations with memory management
* Initial skelton for dict's
* Bug fixed with module init check code generation
* Cleanup with code generation
|