Tuesday
Dec082009
Constructing SSA the Easy Way
Tuesday, December 8, 2009 My good colleague of mine, Michael Bebenita, has written a short paper on how to construct Static Single Assignment, a common way to represent programs in optimizing compilers. Check it out here.
Abstract:
Static Single Assignment (SSA) form has become ubiquitous in compilers as an intermediate program representation. The use of SSA simplifies many compiler optimizations and makes the life of compiler writers easier. Many techniques exist to convert programs into SSA form, many of which I find unnecessarily difficult. In this paper I will present a simple technique to convert programs in and out of SSA form.
3 Comments | |
Permalink 
Reader Comments (3)
It seems that the quote, you quoted from the paper, included ligatures and that these aren't encoded properly in your blogs rss/atom feed, making it invalid:
http://beta.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.masonchang.com%2Fblog%2Fatom.xml
Thanks AndersH, should be fixed.
Yes, it seems to work now. Thank you.