History of
tests
/
SixtyPical Fallthru.md
@master
git clone https://git.catseye.tc/SixtyPical/
-
Arrange license info in repo to follow REUSE 3.0 convention.
Chris Pressey
1 year, 5 months ago
-
Make test as intended. It fails atm. Simplify driver code.
Chris Pressey
5 years ago
-
Forbid nested `with interrupts` blocks, and more refactoring.
Chris Pressey
6 years ago
-
Explicitly sort the chains by their content, for stable sort.
Chris Pressey
6 years ago
-
Fix whitespace (but not sorting) issue in --dump-fallthru-info.
Chris Pressey
6 years ago
-
--output cmdline argument, serialize() returns an array of bytes.
Chris Pressey
6 years ago
-
Remove --prelude, reform and document --output-formats.
Chris Pressey
7 years ago
-
Add more test cases.
Chris Pressey
7 years ago
-
Add more tests. Apparently our algorithm does not do a good job.
Chris Pressey
7 years ago
-
Optimize away `RTS` and `JMP` when possible. Fallthru stuff done.
Chris Pressey
7 years ago
-
Begin hooking the fallthru analysis up to the compilation phase.
Chris Pressey
7 years ago
-
Vastly simplify the fallthru analysis algorithm.
Chris Pressey
7 years ago
-
Serialize main first. However, this could use a fresh approach.
Chris Pressey
7 years ago
-
Serialize routines with in() sets first, and in the right order.
Chris Pressey
7 years ago
-
Change the serialization format to be (hopefully) clearer.
Chris Pressey
7 years ago
-
Go slightly further with the serialization.
Chris Pressey
7 years ago
-
First cut at serialization of fallthru-optimized routines.
Chris Pressey
7 years ago
-
Successfully break cycle.
Chris Pressey
7 years ago
-
Find cycles in fallthru map. Try to break them; not right, yet.
Chris Pressey
7 years ago
-
--optimize-fallthru and --dump-fallthru-info options.
Chris Pressey
7 years ago
-
Flesh out and describe the fallthru optimization algorithm.
Chris Pressey
7 years ago
-
Add some tests, some failing, for expected fallthru maps.
Chris Pressey
7 years ago