Fw: Platform abstraction layer thoughts

2005-05-24 Thread Mark Whitlock
Please respond to "Apache AXIS C Subject Developers List" Re: Fw: Platform abstraction layer

Re: Fw: Platform abstraction layer thoughts

2005-05-23 Thread Nadir Amra
Mark, I prefer that the platform abstraction layer is in a seperate library. Any small functions, when it makes sense, can always be defined as inlined, no? Nadir K. Amra Mark Whitlock <[EMAIL PROTECTED]> wrote on 05/19/2005 04:30:41 AM: > > > > > Hi Nadir, > +1 to putting all platform-

Fw: Platform abstraction layer thoughts

2005-05-19 Thread Mark Whitlock
Hi Nadir, +1 to putting all platform-specific code in the platform abstraction layer. The disadvantage of linking the platform-specific code into a separate library is that it stops the compiler from optimising small functions by inlining them. I guess the platform-specific layer is likely to