Graph
-
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
-
Export symbols and add a few sanity checks2016-07-08, by Steve Losh
-
Normalize facts and queries because people are lazy2016-07-06, by Steve Losh
-
Clean up the rule UI too2016-07-06, by Steve Losh