1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00
juvix/app
Ł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
..
Commands Dead code elimination in JuvixReg (#2835) 2024-06-24 13:56:50 +02:00
TopCommand Juvix to Isabelle/HOL translation (#2752) 2024-06-05 12:23:24 +02:00
App.hs Parallel pipeline (#2779) 2024-05-31 12:41:30 +01:00
AsmInterpreter.hs Replace polysemy by effectful (#2663) 2024-03-21 12:09:34 +00:00
CommonOptions.hs Parallel pipeline (#2779) 2024-05-31 12:41:30 +01:00
Evaluator.hs Make compile targets a subcommand instead of a flag (#2700) 2024-04-09 13:29:07 +02:00
GlobalOptions.hs Parallel pipeline (#2779) 2024-05-31 12:41:30 +01:00
HaskelineJB.hs upgrade to Ghc 9.8.1 (#2624) 2024-02-07 09:47:48 +00:00
Main.hs Parallel pipeline (#2779) 2024-05-31 12:41:30 +01:00
RegInterpreter.hs Replace polysemy by effectful (#2663) 2024-03-21 12:09:34 +00:00
TopCommand.hs Juvix to Isabelle/HOL translation (#2752) 2024-06-05 12:23:24 +02:00
TreeEvaluator.hs Replace polysemy by effectful (#2663) 2024-03-21 12:09:34 +00:00