Is there much difference in speed with and without pragma inline? Matt. On Friday, December 28, 2012 10:34:56 PM UTC-5, Mike K wrote:
> I've been using the LCD library lately and noticed that each additional > lcd_write_char() call adds to the data area used. The library shows that > the functions are all declared as "pragma inline". Do we need to do this? > It seems to defeat the purpose of reusable code. When I remove the pragmas > the code and data areas used drops dramatically and still functions as > expected. > > Regards, > Mike > > -- You received this message because you are subscribed to the Google Groups "jallib" group. To view this discussion on the web visit https://groups.google.com/d/msg/jallib/-/lRXDlkTvLFsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
