Re: Inline vs. Function
- Posted by Kat <gertie at PELL.NET> Mar 19, 2002
- 409 views
On 18 Mar 2002, at 20:16, euman at bellsouth.net wrote: > > Inlining code is faster CK. Depending on if the compiler or interpreter actually inlines it or treats it as a function containing machine code. Plus, you haveto account for your 16bit code, if you use 16bit, using cpu time to thunk 32-16-32 again. Then comes call-proc-with-pointers. then call-func-with-pointers. then call proc-with-data. then call-func-with-data. then comes overlays. At least, that's what i discovered in Pascal. then comes mutexes? then comes RPC over a LAN. Kat