From: | ST <SidTouati@inria.fr> |
Newsgroups: | comp.compilers |
Date: | Wed, 01 Aug 2007 10:24:28 +0200 |
Organization: | I.N.R.I.A Rocquencourt |
References: | 07-07-107 |
Keywords: | optimize |
Posted-Date: | 01 Aug 2007 13:17:39 EDT |
Well, as in any science, the more you discover, the less you know...
In compiler optimisation, it depends if you target computer engineering
or computer science.
In computer engineering, you can check the latest or the upcoming
architectures of the market (multicore, DSP, VLIW, etc.) and see what
you can do for them. Any empirical result would be interesting for
quick publication in conferences, but such results become obsolete
after few years (even if they would be cited for many years).
In computer science, you can take an open problem (there are too many,
from backend to frontend), often highlighted by computer engineering,
and try to have a mathematical result. It is a more difficult process,
but your results would stay valid forever.
S
Return to the
comp.compilers page.
Search the
comp.compilers archives again.