1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-11 16:26:33 +03:00
juvix/test/Reg
Łukasz Czajka 7bb663c308
Dead code elimination in JuvixReg (#2835)
* Closes #2827 
* Adds an optimization phase to the JuvixReg -> Casm pipeline, which
consists of repeated copy & constant propagation and dead code
elimination.
2024-06-24 13:56:50 +02:00
..
Parse Copy propagation in JuvixReg (#2828) 2024-06-18 21:38:02 +02:00
Run Dead code elimination in JuvixReg (#2835) 2024-06-24 13:56:50 +02:00
Transformation Constant propagation in JuvixReg (#2833) 2024-06-21 12:35:12 +02:00
Parse.hs JuvixReg parser and pretty printer (#2617) 2024-02-09 12:19:29 +01:00
Run.hs JuvixReg interpreter (#2635) 2024-02-15 10:46:19 +01:00
Transformation.hs Constant propagation in JuvixReg (#2833) 2024-06-21 12:35:12 +02:00