[EMAIL PROTECTED] wrote:

fwiw, I'm using gcc -O2 to get the inline attribute to kick in. Regardless of what we do with the API, we should commit the inline attribute IMO because it is a nearly free performance boost.

ummm, scratch that idea...staring at gcc asm syntax and error messages for days must have cut off the flow of oxygen to my brain. Inlining won't work in a
library unless we go back to putting the code in header files or something similar.


Greg





Reply via email to