Graph
-
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
-
Refactor the main WAM store into a `simple-array`2016-07-11, by Steve Losh
-
Refactor the code store to use a simple-array2016-07-11, by Steve Losh
-
Don't ever use this2016-07-11, by Steve Losh
-
Turn `instruction-size` into a neat little lookup table2016-07-11, by Steve Losh
-
Clean up the GGP a tiny bit2016-07-11, by Steve Losh
-
Type-hint the WAM `setf` functions2016-07-10, by Steve Losh
-
Name the subterm-handling instructions something not completely stupid2016-07-10, by Steve Losh
-
Excise the stupid fucking `set-*` opcodes2016-07-10, by Steve Losh
-
Fix constant unification2016-07-09, by Steve Losh
-
Pool logic frames to avoid creating so many hash tables2016-07-09, by Steve Losh
-
Clean up and fix the anonymous variable handling2016-07-08, by Steve Losh