Related articles |
---|
End of optimization... mayan@sandbridgetech.com (2003-07-03) |
Re: End of optimization... walter@bytecraft.com (Walter Banks) (2003-07-13) |
Re: End of optimization... walter@bytecraft.com (Walter Banks) (2003-07-13) |
Re: End of optimization... ndalton@lastminute.com (Niall Dalton) (2003-07-13) |
Re: End of optimization... walter@bytecraft.com (Walter Banks) (2003-07-17) |
Re: End of optimization... mayan@sandbridgetech.com (2003-07-21) |
Re: End of optimization... walter@bytecraft.com (Walter Banks) (2003-07-23) |
Re: End of optimization... nej22@cl.cam.ac.uk (2003-07-25) |
[7 later articles] |
From: | Walter Banks <walter@bytecraft.com> |
Newsgroups: | comp.compilers |
Date: | 13 Jul 2003 23:47:59 -0400 |
Organization: | Compilers Central |
References: | 03-07-026 |
Keywords: | optimize |
Posted-Date: | 13 Jul 2003 23:47:59 EDT |
mayan@sandbridgetech.com wrote:
>
> There isn't much in the way of new languages being developed.
>
> New architectures, too, are somewhat sparse.
> - At the embedded microprocessor end, there is ARM and a handful of
> other processors. Either the chips are so constrained that they are
> programmed in assembly (e.g. PIC), . . .
Embedded microprocessors with limited resources and unusual
architectures are just the kind of target that compilers should be
used for. Compilers are much better at dealing with resource usage
than hand coding in assembler. Compiled code for this type of
processor allows the developer to concentrate on the application and
not the implementation details.
Walter Banks
Return to the
comp.compilers page.
Search the
comp.compilers archives again.