- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Jimple for ICode
Thu, 2010-02-25, 13:08
Over the last few days I've looked into how to transform ICode into a
3-address form (if you've been following my write-ups you'll be able to
guess why on earth I came up with such idea :-)
Here's a brain dump on that:
http://www.sts.tu-harburg.de/people/mi.garcia/ScalaCompilerCorner/Stackl...
These notes might prove useful to fellow compiler hackers wanting to take a
3-address form as starting point for something (optimization,
transformation, or decompilation).
Comments are welcome!