I was wondering if there was any overhead in calling a function declared in the GPC with the ASMName.
In other words, if I had the following code...
---------- DJGPP: ---------- void cfunc() { // Do something }
---------- GPC: ---------- PROCEDURE CFunc; ASMName 'cfunc';
PROCEDURE PFunc; BEGIN { Do something } END;
...and invoked them as follows...
BEGIN CFunc; PFunc; END;
Would PFunc run faster than CFunc?
The reason I ask is because I remember Peter saying a long time ago that the C; keyword added overhead to a function and I wonder if the same is true for the ASMNames keyword.
Thanks in advance!
See ya! Orlando Llanes
"Hey, we all did the drug thing, we all did the money thing, and eventually you find out that none of that stuff fixes anything, and we have nowhere else to go except to evolve spiritually and intellectually" -- Meredith Brooks
"Look out fo' flyeeng feet" O__/ a010111t@bc.seflin.org /|____. O <__. /> / \ ____________|_________ http://ourworld.compuserve.com/homepages/Monkey414