Click to See Complete Forum and Search --> : What is the difference between P-Code and Native Code compiling??


AndyK
December 30th, 1999, 07:21 AM
What is the difference between P-Code and Native Code compiling??

Jean Spector
December 30th, 1999, 08:04 AM
Well, what I know about the difference between P-Code & Native is that P-Code is MUCH closer to the old basic interpreter system (VERY SLOW)and the Native is (almost) real machine code like the one VC++ makes and it permits modification of optimization settings. . . (there is not a single cause to use P-Code). Hope it helps.

Jean Spector
Tech Support Team Leader, CET
mage@lycosmail.com
(in VB from 11/1999)

AndyK
December 31st, 1999, 12:09 AM
So it's better to use Native Code compiling? Right?