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) |
Re: latest trends in compiler optimization research? al407@cam.ac.uk (Anton Lokhmotov) (2007-08-07) |
[6 later articles] |
From: | Ray Dillinger <bear@sonic.net> |
Newsgroups: | comp.compilers |
Date: | Mon, 30 Jul 2007 10:34:59 -0700 |
Organization: | Sonic.Net |
References: | 07-07-107 |
Keywords: | optimize, parallel |
Posted-Date: | 30 Jul 2007 23:18:58 EDT |
nikita desai 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 don't know what the latest research work or trends are, but
I can say what some of the biggest problems that compiler
writers need to solve in modern architectures are.
Effective use of multi-core CPU's,
Effective use of multi-CPU architectures,
Effective use of shared memory and cache in multi-CPU architectures,
Effective use of per-CPU memory or per-core memory in multi-CPU
architectures.
If you can find anyone who has a general and useful set of
theoretical or practical tools to address these problems, I
would say you're way ahead of the game.
Bear
Return to the
comp.compilers page.
Search the
comp.compilers archives again.