Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 0f99b138457bf67ac04982524c0947f0eae024a6 Author: Sam Griffin <[email protected]> Date: Mon Apr 29 17:42:07 2024 -0400 adding simpler church numeral sizing test file commit b8e253f22a2a7744233a8254d1b066a3e47aaaf5 Author: Sam Griffin <[email protected]> Date: Tue Apr 23 18:41:33 2024 -0400 faster, more space-efficient sizing. sizing works for unit tests, but uses too much memory for tictactoe commit 0563d1f Author: Sam Griffin <[email protected]> Date: Wed Mar 13 21:09:48 2024 -0400 missed GateSwitch cases commit 67abaea Author: Sam Griffin <[email protected]> Date: Fri Mar 8 13:18:11 2024 -0500 Squashed commit of the following: commit 627a97a Author: Sam Griffin <[email protected]> Date: Tue Jan 16 20:03:42 2024 -0500 sizing by evaluation, doesn't work because insufficiently lazy commit 7dae821 Author: Sam Griffin <[email protected]> Date: Tue Dec 12 19:41:35 2023 -0500 make stuck a standard functor, and change evaluation to use custom defer-skipping transform commit 0149ba0 Author: Sam Griffin <[email protected]> Date: Thu Nov 16 14:58:34 2023 -0500 profiling support and optimizing d2c in Prelude commit 012e1c3 Author: Sam Griffin <[email protected]> Date: Tue Nov 7 17:29:28 2023 -0500 can now handle sizing multiple bound recursion combinators separately, but still too slow commit 83f9272 Author: Sam Griffin <[email protected]> Date: Mon Oct 30 17:13:55 2023 -0400 appears to work, but is too slow commit f16e675 Author: Sam Griffin <[email protected]> Date: Wed Oct 18 18:24:18 2023 -0400 a flawed approach to sizing trying to do evaluation of unsizedstubs in place, but the needed context isn't there to properly size commit f4fc372 Author: Sam Griffin <[email protected]> Date: Tue Oct 10 13:42:36 2023 -0400 evalBU works with new base functor commit 56b8a34 Author: Sam Griffin <[email protected]> Date: Fri Oct 6 18:04:07 2023 -0400 replacing splitfunctor with base functor fragment classes commit 077924e Author: Sam Griffin <[email protected]> Date: Tue Sep 26 11:54:47 2023 -0400 ability to dump unsized expression grammar (probably flawed) commit 0c45165 Author: Sam Griffin <[email protected]> Date: Thu Sep 21 11:06:36 2023 -0400 new unsized recursion wrapper commit 2dc6a13 Author: Sam Griffin <[email protected]> Date: Mon Sep 4 19:10:54 2023 -0400 memoized sizing results... still too slow/memory hungry commit 599235d Author: Sam Griffin <[email protected]> Date: Wed Aug 23 10:57:11 2023 -0400 removed unusedbits and now evalB seems to work commit 9e94f07 Author: Sam Griffin <[email protected]> Date: Fri Jul 21 15:51:49 2023 -0400 more debugging info commit fb8f597 Author: Sam Griffin <[email protected]> Date: Thu Jul 13 11:05:45 2023 -0400 debugging info printing for BitsExpr commit 43b5258 Author: Sam Griffin <[email protected]> Date: Mon Jul 3 17:58:18 2023 -0400 BitsExpr for removing right/left in prep for passing to SAT. Currently untested commit b174c3e Author: Sam Griffin <[email protected]> Date: Tue Mar 21 12:57:07 2023 -0400 appears to work but is too slow. Note sizing foldr with nested sizing of d2c inside commit b2b1659 Author: Sam Griffin <[email protected]> Date: Tue Feb 28 16:58:36 2023 -0500 wip commit 6074592 Author: Sam Griffin <[email protected]> Date: Fri Dec 16 15:58:59 2022 -0500 partial, some issue with sizingresult evaluation? commit 00f7a37 Author: Sam Griffin <[email protected]> Date: Mon Oct 17 15:38:25 2022 -0400 partially evaluate sizeTerm test (might make things faster, but currently undetermined commit 090a02a Author: Sam Griffin <[email protected]> Date: Wed Oct 5 16:18:15 2022 -0400 unit tests complete in a reasonable time with church sizing, but tictactoe is still to slow commit 503f442 Author: Sam Griffin <[email protected]> Date: Tue Sep 27 18:02:50 2022 -0400 incremental resizing from the bottom up works, but is too slow commit 8d3e98f Author: Sam Griffin <[email protected]> Date: Wed Sep 14 13:27:53 2022 -0400 recursion test needs unsized token, removing old possible design commit db70b8a Author: Sam Griffin <[email protected]> Date: Thu Sep 8 19:27:47 2022 -0400 static abort checking works with bottom up eval commit d09bb1f Author: Sam Griffin <[email protected]> Date: Fri Sep 2 21:06:27 2022 -0400 fixing build post rebase commit 246b6f6 Author: Sam Griffin <[email protected]> Date: Thu Jul 7 14:12:06 2022 -0400 handleSuper is implemented but untested commit acfded5 Author: Sam Griffin <[email protected]> Date: Sun Jun 26 14:09:32 2022 -0400 evalbottomup is extensible commit a48222e Author: Sam Griffin <[email protected]> Date: Thu Jun 23 20:15:12 2022 -0400 made stuckF extensible, with multiple reasons for sticking commit 30b4fdf Author: Sam Griffin <[email protected]> Date: Sun Jun 19 14:06:22 2022 -0400 bottom up evaluation works! commit 8161962 Author: Sam Griffin <[email protected]> Date: Fri Jun 10 12:30:54 2022 -0400 effectful bottom up eval for testing commit 3995a6d Author: Sam Griffin <[email protected]> Date: Fri Jun 10 12:29:15 2022 -0400 making HLS work. This commit should be in master commit 5241211 Author: Sam Griffin <[email protected]> Date: Wed Jun 8 19:19:55 2022 -0400 bottom up eval, partially broken commit e9b1644 Author: Sam Griffin <[email protected]> Date: Mon May 16 19:54:14 2022 -0400 committing for ghc bug report commit 75b4474 Author: Sam Griffin <[email protected]> Date: Tue May 3 18:37:09 2022 -0400 still uses too much memory for church sizing, but probably less. Also, type checking written for Possible structure commit a9b7c79 Author: Sam Griffin <[email protected]> Date: Fri Mar 8 08:00:52 2024 -0500 reenabling static checks in main
- Loading branch information