A catalog of ways to generate SSA

A catalog of ways to generate SSA.
Static Single Assignment is a program representation where each “variable” (though this term can be misleading) is assigned exactly once. Mostly the variables aren’t variables at all, but instead names for values—for expressions. SSA is used a lot in compilers. I’m making this page to catalog the papers I have found interesting and leave a couple of comments on them.

Read in full here:

This thread was posted by one of our members via one of our news source trackers.