Re: compiler writing as a career?

Sandra Loosemore <sandra@frogsonice.com>
6 Jun 2004 21:35:14 -0400

          From comp.compilers

Related articles
compiler writing as a career? vanevery@indiegamedesign.com (Brandon J. Van Every) (2004-06-06)
Re: compiler writing as a career? sandra@frogsonice.com (Sandra Loosemore) (2004-06-06)
Re: compiler writing as a career? rand@rice.edu (Randy Crawford) (2004-06-09)
Re: compiler writing as a career? sandra@frogsonice.com (Sandra Loosemore) (2004-06-11)
Re: compiler writing as a career? cfc@shell01.TheWorld.com (Chris F Clark) (2004-06-11)
Re: compiler writing as a career? cgweav@aol.com (2004-06-11)
Re: compiler writing as a career? frido@q-software-solutions.de (Friedrich Dominicus) (2004-06-12)
Re: compiler writing as a career? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2004-06-14)
[9 later articles]
| List of all articles for this month |

From: Sandra Loosemore <sandra@frogsonice.com>
Newsgroups: comp.compilers
Date: 6 Jun 2004 21:35:14 -0400
Organization: Frogs On Ice, http://www.frogsonice.com/
References: 04-06-015
Keywords: jobs, practice
Posted-Date: 06 Jun 2004 21:35:14 EDT

"Brandon J. Van Every" <vanevery@indiegamedesign.com> writes:


> I'd like to ask some career-oriented questions about compiler writing,
> to see if this is a good direction for me to go in, given my personal
> sensibilities.
>
> [snip]
>
> I have no interest in working on C++, Java, or C# in any capacity,
> besides migrating away from them. I am curious to what degree there's
> a market for "more productive, more optimized" higher level language
> design and implementation. Who out there has got bucks, and is
> willing to fork over money to move on? What does one have to do to
> secure such jobs and contracts?
>
> Or is the compiler design market a ghetto of marginally better C++
> compilers?


It seems like hardly anybody outside of academia is working on
designing or implementing new high-level languages any more. I've
only seen a few ads lately for jobs involving domain-specific
languages (MatLab, OpenGL shading language, etc). Most of the
compiler jobs that are out there nowadays are for back end work, like
porting GCC to embedded processors, or performance tuning on existing
back ends. This kind of work is generally not tied to any particular
high-level language; instead, you need to know about general compiler
concepts and the internals of whatever implementation you're working
with, be familiar with graph algorithms, and become an expert on the
architecture you're targeting. If you browse through the job postings
on compilerjobs.com or in the comp.compilers archives, you'll get the
general picture of where the jobs are and what skills are in demand.


My perspective on this? I'm an experienced compiler hacker currently
looking for front end or runtime library work. I got kind of burned
out on back end work in my last job and don't really want to do that
any more. My other chief aversion is to Windows rather than any
particular programming language. :-P


-Sandra
http://www.frogsonice.com/resume.html


Post a followup to this message

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