Re: VB6+ Article in VSM by Bill McCarthy
From: Gary Nelson (gn_at_nospam.com)
Date: 03/08/04
- Next message: Bob O`Bob: "Re: Unload - Need advice - Code still running"
- Previous message: Larry Serflaten: "Re: VB Add-In Question"
- In reply to: Don_at_home.com: "Re: VB6+ Article in VSM by Bill McCarthy"
- Next in thread: Bob O`Bob: "Re: VB6+ Article in VSM by Bill McCarthy"
- Reply: Bob O`Bob: "Re: VB6+ Article in VSM by Bill McCarthy"
- Reply: Dan Barclay: "Re: VB6+ Article in VSM by Bill McCarthy"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 8 Mar 2004 19:06:47 -0000
> Hmmm... What are the PRO's of using Pee-Code?¿?
I use PCode quite extensively, except for very small programs.
1) Compile time: It compiles much faster which can be very significant in a
large exe that might get compiled several times in a day's work.
2) It is less than half the size. This is very significant if you are
sending it over then Internet.
Comparison of a typical program on a P-IV 3.06 GHz.:
PCode Native
===================================
Compile time: 16 sec. 60 sec.
Exe. size: 2.098 MB 5.688 MB
Zip size: 788 KB 1.724 MB
After having done extensive testing I have seen very little perceptible
speed increase using native compile. Also, since I am an old-timer I have a
lot of GoSubs, which are much faster with PCode.
Gary
- Next message: Bob O`Bob: "Re: Unload - Need advice - Code still running"
- Previous message: Larry Serflaten: "Re: VB Add-In Question"
- In reply to: Don_at_home.com: "Re: VB6+ Article in VSM by Bill McCarthy"
- Next in thread: Bob O`Bob: "Re: VB6+ Article in VSM by Bill McCarthy"
- Reply: Bob O`Bob: "Re: VB6+ Article in VSM by Bill McCarthy"
- Reply: Dan Barclay: "Re: VB6+ Article in VSM by Bill McCarthy"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|