Re: Java compiler courses
- From: Hans-Peter Diettrich <DrDiettrich1@xxxxxxx>
- Date: 29 Apr 2007 09:15:48 -0400
George Neuner wrote:
IMO an understanding, of how compilers work, is a must for code
writers.
I agree with you and I happen to have a compiler specific education,
but in practice all a performance developer needs is to understand how
her particular compiler translates a particular program construct.
This is just *not* what I meant. IMO it's much easier to understand
e.g. how to write recursive procedures, when one has an idea of how
procedure calls (parameters, stackframes...) are translated into
machine code. Visibility rules for symbols, the difference between
static and dynamic initialization of variables, error messages, and
much more can be understood easier, when having an idea of how a
compiler works in general.
DoDi
.
- Follow-Ups:
- Re: Java compiler courses
- From: glen herrmannsfeldt
- Re: Java compiler courses
- References:
- Java compiler courses
- From: wooks
- Re: Java compiler courses
- From: Karsten Nyblad
- Re: Java compiler courses
- From: George Neuner
- Re: Java compiler courses
- From: Hans-Peter Diettrich
- Re: Java compiler courses
- From: George Neuner
- Java compiler courses
- Prev by Date: Re: Strong Types ?
- Next by Date: Compiler positions available for week ending April 29
- Previous by thread: Re: Java compiler courses
- Next by thread: Re: Java compiler courses
- Index(es):
Relevant Pages
|
|