Results 1 to 2 of 2

Thread: [2005] VB.Net compiler efficiency [RESOLVED]

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2000
    Location
    NJ, USA
    Posts
    326

    Resolved [2005] VB.Net compiler efficiency [RESOLVED]

    I'm curious if anyone knows how efficicient the VB.Net compiler is. I've been slowly building up my collection of classes that I've constructed. As I build new apps using the classes I keep adding functionality and the classes grow in size and functionality. What I'm wondering is.. if my class has two methods, say Stop and Go but my application only uses the Go method, will the VB.Net compiler remove the unused Stop method from the compiled exe?
    Last edited by Chris H; May 22nd, 2006 at 08:29 PM.
    VB.NET 2005 Express with .Net 2.0
    C# 2010 .Net 4.0

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] VB.Net compiler efficiency

    No it won't.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width