Answer the question
In order to leave comments, you need to log in
What is the literature on optimizing the SSA representation?
I designed the SSA view and wrote the code that translates the syntax tree into it. Further there was a question of optimization of SSA of representation. In all the articles that I found, algorithms are given that imply the pre-computation of the dominance frontier for each of the variables, but since I did the translation directly from the syntax tree, I cannot calculate the dominance frontier, because for this you need to first translate to the intermediate representation , where multiple assignments are possible. Are there any articles and/or books that describe how to optimize the SSA of a view without computing the dominance frontier?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question