Related articles |
---|
C Compilers which use full 486 capabilities mcarrick@gara.une.oz.au (Mick Carrick) (1991-03-13) |
Re: C Compilers which use full 486 capabilities mason+@transarc.com (1991-03-15) |
Re: C Compilers which use full 486 capabilities preston@ariel.rice.edu (1991-03-15) |
Re: C Compilers which use full 486 capabilities meissner@osf.org (1991-03-16) |
Re: C Compilers which use full 486 capabilities rex@aussie.COM (1991-03-17) |
Re: C Compilers which use full 486 capabilities pardo@cs.washington.edu (1991-03-18) |
Re: C Compilers which use full 486 capabilities preston@ariel.rice.edu (1991-03-19) |
Newsgroups: | comp.compilers |
From: | Mick Carrick <mcarrick@gara.une.oz.au> |
Keywords: | C, optimize, 486 |
Organization: | Compilers Central |
Date: | Wed, 13 Mar 91 17:54:28 EST |
I am forwarding this request for a University organization which does
not have access to the net.
They have an urgent need for a C compiler which uses all of the
speed features of the '486 chip for a vision processing application.
Do you know of any? Are any at the beta test stage? Where can they
be accessed?
If this is not interesting to the net, please reply directly.
Thanks
Mick Carrick
Department of Animal Science
UNE, Armidale, NSW, 2351
Australia
mcarrick@gara.une.oz.au
[It is my impression that optimizations for the 486 are in most cases the
same ones that you'd do for the 386. There are a few places on the 486
where you can avoid pipeline stalls by reordering instructions, and a few
instructions that are relatively faster or slower, other than that anything
you'd do for a 386 applies equally. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.