Re: mixing C and assembly
- From: Paul Keinanen <keinanen@xxxxxx>
- Date: Thu, 24 Apr 2008 06:52:12 +0300
On Wed, 23 Apr 2008 20:56:28 -0500, Grant Edwards <grante@xxxxxxxx>
wrote:
On 2008-04-24, Paul Keinanen <keinanen@xxxxxx> wrote:
However, if you are developing embedded applications in C or
in other high level languages, you really have to understand
what machine instructions are generated and what resources are
needed for a specific construction.
<lecture>
I don't think it's possible to emphasize that last point
enough.
Especially if you're developing for a small processor you're
never going to be very successful if you don't know how the
code generation differs for logically equivalent blocks of code.
The situation is not so problematic with C, but if you insist of using
C++ in some embedded project, you _really_ have to understand, what
resources a specific construct will require on your platform.
Paul
.
- References:
- mixing C and assembly
- From: Lax
- Re: mixing C and assembly
- From: Paul Keinanen
- Re: mixing C and assembly
- From: Grant Edwards
- mixing C and assembly
- Prev by Date: Re: Large Wireless networks?
- Next by Date: Re: Large Wireless networks?
- Previous by thread: Re: mixing C and assembly
- Next by thread: Re: mixing C and assembly
- Index(es):
Relevant Pages
|