|
|
|
|
|
by rwar
5561 days ago
|
|
The "simplifications" in the program that can be achieved by a supercompiler Redundant code elimination.
Performing operations on data that are known at the time of supercompilation.
Removing intermediate data structures.
Transforming multi-pass algorithms to one-pass algorithms. http://sites.google.com/site/keldyshscp/Home/supercompilerco... |
|