Commit Log

commit description author date
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
b02a1a9684c2 Privilege heap address 0 as a magic unset sentinal value Steve Losh 2016-05-09
4050f38d9715 Rename `heap-cell` to just `cell` Steve Losh 2016-05-09
b36cb61805d4 THE CONCATENING Steve Losh 2016-05-08
d26fa87611c0 Purge compiled CL code before benchmarking Steve Losh 2016-05-02
5503ccfaae65 THE STRUCTENING Steve Losh 2016-05-02
1fea3b65a964 Add bench-results.txt to .hgignore. Steve Losh 2016-05-02
ceecc846dd67 Add a benchrunner Steve Losh 2016-05-02
d8d6647dd9fb Add a similar awful benchmark for the PAIP implementation Steve Losh 2016-05-02
4d33f11b074f Add a barebones GGP test case so we can start poking at performance Steve Losh 2016-04-30
3c8bbc73e9e1 Fix fresh db macro Steve Losh 2016-04-28
1184d75b21fe Cleanup Steve Losh 2016-04-24
00f7bec64b84 Add some tests Steve Losh 2016-04-24
f3ed7ce70f3b Improve the UI a bit Steve Losh 2016-04-24
678ab674bd33 Add result returning Steve Losh 2016-04-22
53d629a6aa69 Add done-thunk and use it for query interaction Steve Losh 2016-04-22
79abff72987d I give up on remembering the name of this file Steve Losh 2016-04-22
a97a1fd92f94 Implement choice points and backtracking Steve Losh 2016-04-20
dc6892a9a406 Stop using the fill pointer for the stack Steve Losh 2016-04-20
1ab41e0128dc Add the TRY* instructions to compilation Steve Losh 2016-04-20
67535b9c3b86 Implement proper result extraction Steve Losh 2016-04-19
5085c5254515 Where the hell did this go? Steve Losh 2016-04-19
d8dc03903456 Put query code into the front of the main CODE store to run Steve Losh 2016-04-18
fb3a334a14f3 Refactor the shared variables copypasting Steve Losh 2016-04-18
e45304805b40 Update tokenization comment Steve Losh 2016-04-18
5962c575282f Make all the arrows in comments consistent Steve Losh 2016-04-18
f3aa63a7ee45 Todone Steve Losh 2016-04-18
7564d7862350 Typo Steve Losh 2016-04-18
b157bf8168a2 Document the nightmare Steve Losh 2016-04-18
902d171a1a85 Remove unnecessary stack/structure opcodes Steve Losh 2016-04-18
ce87039ad178 Make L2 work properly Steve Losh 2016-04-17
15db57524dd3 Fix the interpreter and add a simple UI Steve Losh 2016-04-16
b8bc9b175636 Rename a few files Steve Losh 2016-04-16
ac5c1bfbe50a Update the VM instructions to use register designators Steve Losh 2016-04-16
2f0b5c92febe Implement (mostly) register designators Steve Losh 2016-04-16
f0f0c180ae1d Add a REAL janky result extractor Steve Losh 2016-04-15
1dd07907df49 Implement the stack, register designators, and track permanent vars Steve Losh 2016-04-15
fa262e6111e9 Refactor the parsing and register assignment Steve Losh 2016-04-14
7627f8976a3e "Pre-inline" the structure argument register assignments Steve Losh 2016-04-14
9376531b5089 Fix macro quoting Steve Losh 2016-04-14
d16b5b360398 Fix up `push-if-new` with setf/places macromancy Steve Losh 2016-04-14
fdb771cc2b8c Start working on L2 Steve Losh 2016-04-13
99abd362620a Add the program runner Steve Losh 2016-04-10
c97b74976098 Add code labels and implement the new program instructions Steve Losh 2016-04-10
564c709801aa Implement the query code runner Steve Losh 2016-04-10
e29b793a6e91 Rename the utils files Steve Losh 2016-04-10
51022d18e98f First stab at compiling L1 -- not ready yet Steve Losh 2016-04-10
6138ec555cde Change functor representation Steve Losh 2016-04-05
6dc3f4e03454 Start working on the bytecode generation Steve Losh 2016-04-01
ea71bdab6baa Deal with the L1 register assignment mess Steve Losh 2016-04-01
bbbc9030a316 Improve the code dumping function Steve Losh 2016-03-31
8a18f9b3bb72 Add the code store to the WAM (unused right now) Steve Losh 2016-03-30
894cac6a43fa Make the WAM heap resizable Steve Losh 2016-03-30
6b2403fb07d8 Add break to run Steve Losh 2016-03-29
3ac6e0d897af Poke at GGP a bit Steve Losh 2016-03-28
dfba7d90a8a5 Render doc Steve Losh 2016-03-28
0432f016c912 WHAT HATH GOD WROUGHT Steve Losh 2016-03-28