Fletch;318297 Wrote: > If you download the SRPM from livna, you can look at the spec file to > see what options they compile with.
That will tell the true story. It could be so many different things. I've worked with code at work where an optimization to inline all function calls was used in an effort to improve performance by avoiding the overhead of function calls (pushing and popping function arguments onto the stack). This was quite silly as it lead to a stack corruption issue when the the stack became too large. When we removed the optimization, the file size of the library shrunk considerably! That's not a cause for code bloat you see everyday. :-) -- maggior ------------------------------------------------------------------------ maggior's Profile: http://forums.slimdevices.com/member.php?userid=9080 View this thread: http://forums.slimdevices.com/showthread.php?t=49619 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
