Re: Deterministic compilers

"walter" <walter@digitalmars.com>
13 May 2001 01:15:11 -0400

          From comp.compilers

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)
| List of all articles for this month |

From: "walter" <walter@digitalmars.com>
Newsgroups: comp.compilers
Date: 13 May 2001 01:15:11 -0400
Organization: Excite@Home - The Leader in Broadband http://home.com/faster
References: 01-05-011 01-05-020
Keywords: practice
Posted-Date: 13 May 2001 01:15:11 EDT

The Digital Mars compilers are completely deterministic, and are
designed to be that way. I feel it is very important to have
reproducible results, as professional developers need that to ensure
that their release build processes work.


A non-deterministic compiler also makes it very difficult to track
down and correct subtle bugs.


-Walter
www.digitalmars.com Free C/C++ compilers




Christian Bau wrote in message 01-05-020...
>"Oleg Mürk" wrote:
>> I've got a strange question: are contemporary compilers (for C++ or Java)
>> deterministic?


Post a followup to this message

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