forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


How important is runtime size?
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Miscellaneous
View previous topic :: View next topic  
Author Message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Oct 16, 2004 4:03 pm    Post subject: Reply with quote

I think that would be a really cool thing if VDS just compiled only the
necessary units on the fly and then made just one EXE. Smile

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Sat Oct 16, 2004 5:25 pm    Post subject: Reply with quote

Maybe the interpreter engine should only do the basic stuff, after which external DLLs are used (which ofcourse should be able to be included into the EXE or runtime DLL file) ?
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Sun Oct 17, 2004 7:17 am    Post subject: Reply with quote

I am begining to realize that it may NOT be possible to reduce the runtime size as far as Delphi is used (well atleast practically). Making more modules will only bloat it up further Confused .
_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
jules
Professional Member
Professional Member


Joined: 14 Sep 2001
Posts: 1043
Location: Cumbria, UK

PostPosted: Sun Oct 17, 2004 10:18 am    Post subject: Reply with quote

Serge wrote:
what about an idea i raised last year (?) about vds compiling a custom dll according to the needs of the vds program written, and this dll will be distributed with our program or compiled into the 1 exe?


I think what you're describing is a linker, like Delphi and other compiled languages use. VDS is an interpreted language, not compiled. It's not practical to do this for an interpreter, and I don't know of any one that does. The script engine that processes the script has the potential to call any part of the VDS runtime code, whether it does or not.

_________________
The Tech Pro
www.tech-pro.net
Back to top
View user's profile Send private message Visit poster's website
jules
Professional Member
Professional Member


Joined: 14 Sep 2001
Posts: 1043
Location: Cumbria, UK

PostPosted: Sun Oct 17, 2004 10:23 am    Post subject: Reply with quote

CodeScript wrote:
I am begining to realize that it may NOT be possible to reduce the runtime size as far as Delphi is used (well atleast practically). Making more modules will only bloat it up further Confused .


That's true. Breaking the runtime down into separate DLLs is the only way to increase the granularity of it so that you can leave out the bits you don't need. But because every DLL created in Delphi has an overhead, you are likely to lose more than you gain.

_________________
The Tech Pro
www.tech-pro.net
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Miscellaneous All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group