Re: Inline vs. Function

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu