Damien George d0691ccaec py: Simplify fastn in VM; reduce size of unique code struct.
We still have FAST_[0,1,2] byte codes, but they now just access the
fastn array (before they had special local variables).  It's now
simpler, a bit faster, and uses a bit less stack space (on STM at least,
which is most important).

The only reason now to keep FAST_[0,1,2] byte codes is for compressed
byte code size.
2014-01-29 20:30:52 +00:00
..
2014-01-20 20:37:01 +02:00
2014-01-24 22:54:09 +00:00
2014-01-15 22:14:03 +00:00
2014-01-19 01:40:47 +02:00
2014-01-27 12:25:23 +02:00
2014-01-27 12:25:23 +02:00
2014-01-25 00:25:32 +00:00
2014-01-22 23:18:50 +00:00