Re: Wanted: 64bit Delphi
- From: "Hannes Danzl[NDD]" <hannes@xxxxxxxxxxxxxxxxxxx>
- Date: 29 Apr 2005 17:23:25 -0700
> Like Danny Thorpe said, don't underestimate the effort of identifying,
> fixing and testing critical spots, i.e. where sizes are important, but
> are simply assumed as fixed, or where pointer and integer sizes are
> assumed to be the same, or are cast to each other, etc.
Especially in times of .NET i think even a native compiler should
embrace the concept of
* translating the source lang into a meta language
* compiling the meta language into intermediate code
* generate the final byte code for the destination platform
I'm not sure if Borland has somethign similar but since they have at
least 2 different compilers (Delphi, C++) it might be worthwile to
redesign them. I'm aware that one is one-pass and the other multi-pass
but that can surely be catered for.
If the intermediate code is documented well enough i'm sure there will
be interested people who can create desintation compilers for the last
step for platforms that Borland cater for due to resource or financial
restrictions.
--
Hannes Danzl [NexusDB Developer]
Newsgroup archive at http://www.tamaracka.com/search.htm
.
- Follow-Ups:
- Re: Wanted: 64bit Delphi
- From: Rudy Velthuis [TeamB]
- Re: Wanted: 64bit Delphi
- References:
- Wanted: 64bit Delphi
- From: Akif Oz
- Re: Wanted: 64bit Delphi
- From: David Farrell-Garcia
- Re: Wanted: 64bit Delphi
- From: Franz-Leo Chomse
- Re: Wanted: 64bit Delphi
- From: DS
- Re: Wanted: 64bit Delphi
- From: David Farrell-Garcia
- Re: Wanted: 64bit Delphi
- From: Rudy Velthuis [TeamB]
- Wanted: 64bit Delphi
- Prev by Date: Re: Finding the number of lines of code I've written...
- Next by Date: Re: Borland and Student edition
- Previous by thread: Re: Wanted: 64bit Delphi
- Next by thread: Re: Wanted: 64bit Delphi
- Index(es):
Relevant Pages
|