Re: Borland Layoffs?

From: Captain Jake (johnjac76[nospam)
Date: 12/28/03


Date: Sat, 27 Dec 2003 17:02:26 -0600

In borland.public.delphi.non-technical, Frank Andreas de Groot
<nospam@abcdefgnospam.biz> wrote in message <3fedfbad$1
@newsgroups.borland.com>...
> a. Optimization of the Floating point output would give a speedup of 1,000%
> there.

That's assuming that they could match the Intel compiler.

> b. Support for AMD64

This will be in .NET so it would be redundant in Win32.

> c. Inline functions

The optimizer often quietly does this for you. In addition, the register
calling convention makes this somewhat moot.

>
> d. UNICODE support

Again, this will be in .NET so it would be redundant in Win32.

>
> e. Some nasty bugs fixed

This is a legitimate concern IMHO.

>
> f. support COFF so that we can link with MS C++

That would have been good years ago. Now it would be too little too late.

-- 
***Free Your Mind***


Relevant Pages

  • Re: Who uses clapack?
    ... >>There is the Salford FTN95 personal edition which is both a superb ... >>debugging compiler and offers optimization. ... It runs on Win32. ... >>The Intel Fortran 95 for Linux is free and offers heavy optimization. ...
    (sci.math.num-analysis)
  • Re: Why No Supplemental Characters In Character Literals?
    ... But they probably had a compatibility issue with p/Invoke and Win32 ... Or, relentless micro-optimizers that they are, Microsoft wasn't ... Micro optimization in the meaning it has among programmers. ... Microsoft doesn't know beans about optimizing program code, ...
    (comp.lang.java.programmer)
  • Re: Who uses clapack?
    ... On the Thu, 16 Dec 2004 17:52:26 GMT, Gordon Sande wrote: ... > debugging compiler and offers optimization. ... It runs on Win32. ... > The Intel Fortran 95 for Linux is free and offers heavy optimization. ...
    (sci.math.num-analysis)
  • Re: Interesting presentation
    ... and got pretty much no speedup at all, then they went on to do more and ... And you can't do that if you leave optimization in the hands of the ... preserve abstract, non-implementation-dependent, information, avoid ... paths at lower level. ...
    (comp.arch)
  • Re: Algorithm for EBP to ESP Stack Access Conversion
    ... > I did the conversion for a PosIEx function and the speedup was approx 20%. ... > Is it an optimization that we can recommend Borland to make for the ...
    (borland.public.delphi.language.basm)