nushio3 / Paraiso

a Parallel Integration Scheme Organizer for partial differential equations solvers
http://www.paraiso-lang.org/wiki/
BSD 3-Clause "New" or "Revised" License
49 stars 8 forks source link

Dead code elimination #10

Open nushio3 opened 13 years ago

nushio3 commented 13 years ago

Dead codes are automatically removed thanks to lazy evaluation. However, manually removing them will shrink the size of the dataflow graph and ease the other optimizations as well as code generation processes.