Commit Log

commit description author date
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
3b0161d2100d Refactor the main WAM store into a `simple-array` Steve Losh 2016-07-11
23d4dc2900a1 Refactor the code store to use a simple-array Steve Losh 2016-07-11
7bd5fdb2151d Don't ever use this Steve Losh 2016-07-11
d6b6684d6b7b Turn `instruction-size` into a neat little lookup table Steve Losh 2016-07-11
2a7cb53fb03f Clean up the GGP a tiny bit Steve Losh 2016-07-11
4d17e3cb6fa2 Type-hint the WAM `setf` functions Steve Losh 2016-07-10
8cd3257c58e3 Name the subterm-handling instructions something not completely stupid Steve Losh 2016-07-10
ba205f6b2875 Excise the stupid fucking `set-*` opcodes Steve Losh 2016-07-10
07e1d5f315f5 Fix constant unification Steve Losh 2016-07-09
92c590f78133 Pool logic frames to avoid creating so many hash tables Steve Losh 2016-07-09
8c853f632f8c Clean up and fix the anonymous variable handling Steve Losh 2016-07-08
2415dbe555d2 Export symbols and add a few sanity checks Steve Losh 2016-07-08
55019395ba93 Normalize facts and queries because people are lazy Steve Losh 2016-07-06
f7b7440c46ff Clean up the rule UI too Steve Losh 2016-07-06
0955ab257fef Clean up the UI Steve Losh 2016-07-06
be83cfc938fb Add profile.out to .hgignore. Steve Losh 2016-07-06
a3466a551136 Don't cons lists of numbers, jesus christ Steve Losh 2016-07-05
209ecb9eeb25 Use a queues instead of lists for the logic frame pending predicates Steve Losh 2016-07-05
9086482c09ee Rename "code frame" to "logic frame" Steve Losh 2016-07-05
410acaae0c14 Implement logic frames for assertion/retraction Steve Losh 2016-07-05
6a93a2d2ed60 Clean up formatting Steve Losh 2016-07-05
89df9abc00e5 Add a handy disassembly macro Steve Losh 2016-07-05
970e21fa14b0 Implement anonymous variables and the `*_void` opcodes Steve Losh 2016-07-04
d255816ad1d0 Switch from `:keyword` variables to `?symbol` ones Steve Losh 2016-07-03
802872f9505a Add AIPS Rovers example Steve Losh 2016-06-30
4520c6449f48 Add Towers of Hanoi GDL example Steve Losh 2016-06-30
13136d4b4761 Run the tests on CCL too Steve Losh 2016-06-30
05ce726f2874 Comment the `bind!` thing a bit more Steve Losh 2016-06-29
de6e248866f4 Implement dynamic calling and fix `bind!` Steve Losh 2016-06-29
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