| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-07 | py: Put all global state together in state structures. | Damien George | |
| This patch consolidates all global variables in py/ core into one place, in a global structure. Root pointers are all located together to make GC tracing easier and more efficient. | |||
| 2015-01-01 | py: Move global variable nlr_top to one place, in a .c file. | Damien George | |
| This reduces dependency on assembler, and allows to consolidate global variables in the future. | |||
| 2014-11-27 | py: Add NLR support for xtensa CPU. | Damien George | |
