Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compilation
Message
General information
Forum:
ASP.NET
Category:
Common Language Runtime
Title:
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01568699
Message ID:
01568712
Views:
63
Likes (1)
>Hi All:
>
>Back in old times we compile the programs and create OVERLAYS to make the main program to consume less memory and only load the program that we need. In the new VB .net I can produce the same or we are unable to create overlays in VB.Net.?
>
>TIA

Gregorio,

I'm happy that those 'overlays' are a thing of the past.

When the actual memory used is larger than the memory in the computer - Windows (and others) use paging http://en.wikipedia.org/wiki/Paging

Other than that - you know that only the code that is actully used is translated into machine code http://en.wikipedia.org/wiki/Just-in-time_compilation

I would not bother if I were you
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform