Graph
-
Add `put-void`2016-07-22, by Steve Losh
-
Change `(values)` to `nil`2016-07-17, by Steve Losh
-
Add precompilation of static queries at compile time2016-07-17, by Steve Losh
-
Port some of the '99 Prolog Problems' to Bones as unit tests2016-07-17, by Steve Losh
-
Switch a couple of `mapcar`s to `mapc`s2016-07-16, by Steve Losh
-
Remove optima2016-07-16, by Steve Losh
-
Remove defstar2016-07-16, by Steve Losh
-
Remove return declarations2016-07-16, by Steve Losh
-
Add a few more type declarations2016-07-16, by Steve Losh
-
Split functor cells into separate functor and arity cells2016-07-16, by Steve Losh
-
Constant can just use the functor symbol directly2016-07-15, by Steve Losh
-
Remove unused arguments2016-07-15, by Steve Losh
-
Remove the god damn functor table2016-07-15, by Steve Losh
-
`tree-collect` is slow and conses a ton2016-07-15, by Steve Losh
-
De-CLOS the register assignments2016-07-15, by Steve Losh
-
De-CLOS the parse tree2016-07-15, by Steve Losh
-
Split up the damn compiler.lisp file2016-07-15, by Steve Losh
-
Add numbers2016-07-15, by Steve Losh
-
Clean up the examples a bit, still needs a lot of work2016-07-15, by Steve Losh
-
Minor cleanup2016-07-15, by Steve Losh
-
Add a beast of a macro to clean up/optimize the hot loop2016-07-14, by Steve Losh
-
Switch to 1am, test under ECL too2016-07-14, by Steve Losh
-
Inline a function and use eq hash2016-07-13, by Steve Losh
-
Put the actual functor conses into the store2016-07-13, by Steve Losh
-
Split apart the main WAM store into separate type/value arrays2016-07-13, by Steve Losh
-
Initial poke at Lispifying the code store2016-07-12, by Steve Losh
-
Add Hanoi test from tAoP2016-07-12, by Steve Losh
-
Comment the logic stack section a tiny bit2016-07-12, by Steve Losh
-
Remove useless inline declarations2016-07-12, by Steve Losh
-
Elide the unnecessary ALOC/DEAL from chain rules2016-07-12, by Steve Losh
-
Implement last call optimization2016-07-12, by Steve Losh
-
Beef up the PAIP queues a bit and (ab)use them in the compiler2016-07-11, by Steve Losh
-
Simplify and optimize register allocation just a bit2016-07-11, by Steve Losh
-
Make instructions inlineable2016-07-11, by Steve Losh
-
Optimize `find-anonymous-variables`2016-07-11, by Steve Losh
-
Save the god damn frames2016-07-11, by Steve Losh
-
Inline the trail pointer functions2016-07-11, by Steve Losh
-
Optimize circles a bit2016-07-11, by Steve Losh
-
Type hint the compiler2016-07-11, by Steve Losh
-
Merge the code I accidentally branched off because I'm an idiot2016-07-11, by Steve Losh