summaryrefslogtreecommitdiff
path: root/py/emitglue.h
AgeCommit message (Expand)Author
2015-04-07py: Implement full func arg passing for native emitter.Damien George
2015-01-24py: Don't use anonymous unions, name them instead.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-12-27py: Move to guarded includes for compile.h and related headers.Paul Sokolovsky
2014-10-25py: Store bytecode arg names in bytecode (were in own array).Damien George
2014-10-24py: Fix debug-printing of bytecode line numbers.Damien George
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
2014-08-15py: Allow viper to have type annotations.Damien George
2014-05-12py: Remove emit_glue init and deinit. Needed only for debugging.Damien George
2014-05-10py: Combine native emitters to 1 glue function; distinguish viper.Damien George
2014-05-10py: Rename byte_code to bytecode everywhere.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-27py: Implement keyword-only args.Damien George
2014-04-20py: Making closures now passes pointer to stack, not a tuple for vars.Damien George
2014-04-13py: Remove unique_codes from emitglue.c. Replace with pointers.Damien George
2014-03-29py: Free unique_code slot for outer module.Damien George
2014-03-27py: Factor out code from runtime.c to emitglue.c.Damien George