Commit Log

commit description author date
ec2fab887b0f Constant can just use the functor symbol directly Steve Losh 2016-07-15
c4dd0b6c3a91 Remove unused arguments Steve Losh 2016-07-15
a8598eafe403 Remove the god damn functor table Steve Losh 2016-07-15
9d42a27624fd `tree-collect` is slow and conses a ton Steve Losh 2016-07-15
82413ba524d8 De-CLOS the register assignments Steve Losh 2016-07-15
e555488c15e6 De-CLOS the parse tree Steve Losh 2016-07-15
a095d20eeebc Split up the damn compiler.lisp file Steve Losh 2016-07-15
5edeeac89e03 Add numbers Steve Losh 2016-07-15
1411666a60f8 Clean up the examples a bit, still needs a lot of work Steve Losh 2016-07-15
c547c69d5405 Minor cleanup Steve Losh 2016-07-15
100ba597fd85 Add a beast of a macro to clean up/optimize the hot loop Steve Losh 2016-07-14
5c914fbcb042 Switch to 1am, test under ECL too Steve Losh 2016-07-14
8cfac0fbe30d Inline a function and use eq hash Steve Losh 2016-07-13
eec2064a08b6 Put the actual functor conses into the store Steve Losh 2016-07-13
31305584b29b Split apart the main WAM store into separate type/value arrays Steve Losh 2016-07-13
184e610451c0 Initial poke at Lispifying the code store Steve Losh 2016-07-12
a02637eeccca Add Hanoi test from tAoP Steve Losh 2016-07-12
6adb44b99131 Comment the logic stack section a tiny bit Steve Losh 2016-07-12
eda9b4d218f4 Remove useless inline declarations Steve Losh 2016-07-12
df9962950d28 Elide the unnecessary ALOC/DEAL from chain rules Steve Losh 2016-07-12
2ce458ef85fd Implement last call optimization Steve Losh 2016-07-12
cb3cc671d18d Beef up the PAIP queues a bit and (ab)use them in the compiler Steve Losh 2016-07-11
401cba673bda Simplify and optimize register allocation just a bit Steve Losh 2016-07-11
789aa5540746 Make instructions inlineable Steve Losh 2016-07-11
ab7ad2d6f641 Optimize `find-anonymous-variables` Steve Losh 2016-07-11
d2ede3f3926a Save the god damn frames Steve Losh 2016-07-11
8ea123b6d26f Inline the trail pointer functions Steve Losh 2016-07-11
c76d55908e2e Optimize circles a bit Steve Losh 2016-07-11
96258fb7be70 Type hint the compiler Steve Losh 2016-07-11
abffacd7848a Merge the code I accidentally branched off because I'm an idiot Steve Losh 2016-07-11