aboutsummaryrefslogtreecommitdiff
path: root/py/emitnx64.c
AgeCommit message (Expand)Author
2022-05-23py/emitnative: Access qstr values using indirection table qstr_table.Damien George
2018-09-04py/emitnative: Add support for return/break/continue in try and with.Damien George
2018-08-16py/emitnative: Optimise and improve exception handling in native code.Damien George
2018-04-10py: Refactor how native emitter code is compiled with a file per arch.Damien George