- 14 Jan, 2014 1 commit
-
-
John R. Lenton authored
-
- 13 Jan, 2014 2 commits
-
-
John R. Lenton authored
-
John R. Lenton authored
-
- 09 Jan, 2014 1 commit
-
-
Damien George authored
-
- 08 Jan, 2014 1 commit
-
-
xbe authored
-
- 07 Jan, 2014 2 commits
-
-
John R. Lenton authored
-
Paul Sokolovsky authored
-
- 04 Jan, 2014 3 commits
-
-
Damien George authored
Now much more inline with how CPython does types.
-
Damien George authored
-
Damien George authored
Qstr's are now split into a linked-list of qstr pools. This has 2 benefits: the first pool can be in ROM (huge benefit, since we no longer use RAM for the core qstrs), and subsequent pools use m_new for the next pool instead of m_renew (thus avoiding a huge single table for all the qstrs). Still would be better to use a hash table, but this scheme takes us part of the way (eventually convert the pools to hash tables). Also fixed bug with import. Also improved the way the module code is referenced (not magic number 1 anymore).
-