- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
oh yes: jump removal once again
Sun, 2011-01-30, 15:00
Tiark,
Grzegorz,
I've read your discussion on "jump removal" at
http://www.scala-lang.org/node/7423
(because now I need to perform it myself) and summarized the problem
statement at:
http://lamp.epfl.ch/~magarcia/ScalaCompilerCornerReloaded/2011Q1/JumpsRe...
I would appreciated if you could mention *the conference paper* where
the technique you propose is described (I've cut&pasted a comparison
of proposals, but I may have overlooked sthg relevant for the task at
hand).
Miguel
http://lamp.epfl.ch/~magarcia/ScalaCompilerCornerReloaded/
Sat, 2011-02-19, 15:17
#2
Re: oh yes: jump removal once again
Hi Miguel,
Sorry for late response. I've been swamped by (too many) exams I had at my university. I'll have a look and post comments shortly (in a few days at most).
-- Grzegorz
Sorry for late response. I've been swamped by (too many) exams I had at my university. I'll have a look and post comments shortly (in a few days at most).
-- Grzegorz
A small announcement around "GOTO removal in Scala ASTs". I've completed the first half of its implementation, whith source code available as described at: http://lamp.epfl.ch/~magarcia/ScalaCompilerCornerReloaded/2011Q1/JumpsRemover.pdf
Comments are welcome!
Miguel