aboutsummaryrefslogtreecommitdiff
path: root/src/reducer.c
AgeCommit message (Collapse)Author
2023-04-28Renamed reducerMarvin Borner
2023-02-20Seems to workMarvin Borner
WHY WAS THIS SO EASY?! I spent basically the entire last week trying to build a reference based garbage collector wtf fuck that
2023-02-20Kinda working but slowMarvin Borner
2023-02-20Removed reference countingMarvin Borner
2023-02-20Maybe giving up reference countingMarvin Borner
2023-02-18More memory leaksMarvin Borner
2023-02-18Fixed more memory leaksMarvin Borner
Doesn't seem to help much. I really need to sleep though so maybe i'm just dumb
2023-02-17Removed many memory leaksMarvin Borner
Around 30-50%. Still much work to do.
2023-02-13Switched to HAMT and BDWGCMarvin Borner
2023-02-13With cloningMarvin Borner
(wrong according to paper but kinda works better idk im tired)
2023-02-11Fixing.. AAHMarvin Borner
Debugging this is not that easy actually. But I think I got it (tomorrow).
2023-02-10Fixed more bugsMarvin Borner
Example works!
2023-02-10Some fixesMarvin Borner
Still not working correctly 100% though. I believe the error is around (5) (?)
2023-02-01Transition rulesMarvin Borner
2023-01-31Started reducingMarvin Borner
2023-01-31NormalizationMarvin Borner