Re: latest trends in compiler optimization research?

SM Ryan <wyrmwif@tsoft.org>
Sun, 29 Jul 2007 18:02:12 -0000

          From comp.compilers

Related articles
latest trends in compiler optimization research? npd_ddit@yahoo.com (nikita desai) (2007-07-29)
Re: latest trends in compiler optimization research? jle@ural.owlnet.rice.edu (2007-07-29)
Re: latest trends in compiler optimization research? wyrmwif@tsoft.org (SM Ryan) (2007-07-29)
Re: latest trends in compiler optimization research? bear@sonic.net (Ray Dillinger) (2007-07-30)
Re: latest trends in compiler optimization research? emailamit@gmail.com (Amit Gupta) (2007-07-31)
Re: latest trends in compiler optimization research? SidTouati@inria.fr (ST) (2007-08-01)
Re: latest trends in compiler optimization research? adelantado@rwaltman.com (Roberto Waltman) (2007-08-01)
Re: latest trends in compiler optimization research? dot@dotat.at (Tony Finch) (2007-08-01)
Re: latest trends in compiler optimization research? onkar.n.m@gmail.com (onkar) (2007-08-03)
[7 later articles]
| List of all articles for this month |

From: SM Ryan <wyrmwif@tsoft.org>
Newsgroups: comp.compilers
Date: Sun, 29 Jul 2007 18:02:12 -0000
Organization: Quick STOP Groceries
References: 07-07-107
Keywords: optimize, comment
Posted-Date: 29 Jul 2007 14:31:10 EDT

nikita desai <npd_ddit@yahoo.com> wrote:
# I'm from gujarat , a state in india .
#
# i am currently pursuing my Masters in computer engginerring and have
# to do research work for it , and i want to know what is latest
# research work happening in the code optimization field of compilers
# ... can anyone suggest me some website for it? thanks


I'm out of the bleeding edge, but an important lesson I got some
years ago: the best way to optimise code is provide programmers
with a notation that let's them express optimal code. I worked
many years ago on the Cyber 205 Fortran vectoriser; as good as we
got the vectoriser, most people still preferred to directly use
the vector notation added to Fortran.


The greatest speeds up are how the original code is written
not how you tinker with the code as written. So give programmers
the tools to write good code.


--
SM Ryan http://www.rawbw.com/~wyrmwif/
[It is indeed amazing how much advanced program analysis is just
recovering the program that was in the programmer's head when he wrote
the code. -John]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.