avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Too much RAM used: __clz_tab[] linked


From: Thomas D. Dean
Subject: Re: [avr-gcc-list] Too much RAM used: __clz_tab[] linked
Date: Sun, 8 Jun 2008 12:02:48 -0700 (PDT)

The inclusion of __clz_tab may be related to converting the result of
a function call.

This causes the inclusion

float X_target;
X_target = (float)pgm_read_dword(&nav_cmd[cli_idx].arg1);

This does NOT cause the inclusion

int32_t lcount, rcount;             // this iteration
left_inches  = (float)(lcount - last_lcount)/LEFT_COUNT_PER_INCH;

tomdean




reply via email to

[Prev in Thread] Current Thread [Next in Thread]