Commit Log

commit description author date
792dfa2f9120 Clean up opcode definition Steve Losh 2016-06-29
809f43baf982 Fix a pair of really nasty bugs Steve Losh 2016-06-10
72bbdd515725 Rewrite the compiler Steve Losh 2016-06-07
796ef7444a29 Fix docstring to be more clear Steve Losh 2016-06-05
c1641cd6368f Add constant dump info Steve Losh 2016-06-05
17beafee7d45 Typos Steve Losh 2016-06-05
e244881864f7 Implement cut Steve Losh 2016-06-05
e8934091b7bb Implement Prolog lists Steve Losh 2016-06-02
a696be29e830 Update benchmarks a bit Steve Losh 2016-06-02
83f309e6e33a Try out actual PAIPROLOG Steve Losh 2016-05-19
df5a19b5f4c7 Try out the fixed store size. fixed-size-store Steve Losh 2016-05-15
95d0602ff36b Begin inlining things Steve Losh 2016-05-15
27f037427ad3 Add the first optimization pass: constants Steve Losh 2016-05-14
0b8e6d6401c2 Make the compiler use a circle for the instruction list Steve Losh 2016-05-14
14de0f74d3e2 Add a circle data structure Steve Losh 2016-05-13
c77968cd3c51 Split apart compilation into precompile/render phases Steve Losh 2016-05-12
12b69e64ece1 Add constant cells (unused for now) Steve Losh 2016-05-10
0a4b04d4dfa7 Reserve an extra tag bit for the coming optimizations Steve Losh 2016-05-10
b073c3d4a7a9 Don't put structure cells on the heap Steve Losh 2016-05-10
9becedc43e4d I can't spell Steve Losh 2016-05-10
6392237bf417 Typo Steve Losh 2016-05-10
6f08985f19af THE CELLING Steve Losh 2016-05-09
b02a1a9684c2 Privilege heap address 0 as a magic unset sentinal value Steve Losh 2016-05-09
4050f38d9715 Rename `heap-cell` to just `cell` Steve Losh 2016-05-09
b36cb61805d4 THE CONCATENING Steve Losh 2016-05-08
d26fa87611c0 Purge compiled CL code before benchmarking Steve Losh 2016-05-02
5503ccfaae65 THE STRUCTENING Steve Losh 2016-05-02
1fea3b65a964 Add bench-results.txt to .hgignore. Steve Losh 2016-05-02
ceecc846dd67 Add a benchrunner Steve Losh 2016-05-02
d8d6647dd9fb Add a similar awful benchmark for the PAIP implementation Steve Losh 2016-05-02
4d33f11b074f Add a barebones GGP test case so we can start poking at performance Steve Losh 2016-04-30
3c8bbc73e9e1 Fix fresh db macro Steve Losh 2016-04-28