Find the answer to your Linux question:
Results 1 to 2 of 2
Please answer the question! Thanks!...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    7

    Does static link make a program runs faster than dynamic link?

    Please answer the question! Thanks!

  2. #2
    Linux Enthusiast gerard4143's Avatar
    Join Date
    Dec 2007
    Location
    Canada, Prince Edward Island
    Posts
    714
    static linking produces a larger executable file
    while dynamic linking produces a smaller executable with call(s) to shared code but for overall speed I think its static linking

Posting Permissions

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