Static analysis to eliminate data dependencies

29 Views Asked by At

I would like to learn better about static code optimization algorithms, specifically eliminating the data dependency of modern compilers.Unfortunately I can't find suitable literature, can someone help with this? For example, I would be interested to know what transformations take place on the AST tree

0

There are 0 best solutions below