Related articles |
---|
Deterministic compilers o.myrk@aprote.com (Oleg Mürk) (2001-05-03) |
Re: Deterministic compilers world!bobduff@uunet.uu.net (Robert A Duff) (2001-05-07) |
Re: Deterministic compilers christian.bau@isltd.insignia.com (Christian Bau) (2001-05-07) |
Re: Deterministic compilers jsgray@acm.org (Jan Gray) (2001-05-07) |
Re: Deterministic compilers walter@digitalmars.com (walter) (2001-05-13) |
From: | Robert A Duff <world!bobduff@uunet.uu.net> |
Newsgroups: | comp.compilers |
Date: | 7 May 2001 23:14:17 -0400 |
Organization: | The World Public Access UNIX, Brookline, MA |
References: | 01-05-011 |
Keywords: | optimize, practice |
Posted-Date: | 07 May 2001 23:14:17 EDT |
"Oleg Mürk" <o.myrk@aprote.com> writes:
> I've got a strange question: are contemporary compilers (for C++ or Java)
> deterministic?
They should be! I'm afraid some are not (evilly put timestamps in the
object code, and so forth).
Our esteemed moderator says:
> [I gather sometimes you get different code depending on where in
> memory some compile-time hash table lands.
That's even worse!
- Bob
Return to the
comp.compilers page.
Search the
comp.compilers archives again.