Jump to content

Question about compiled code


IIYAMA

Recommended Posts

  • Moderators
Posted

After I compiled my code the code size got bigger, of course cause of all extra letters etc.

But will performance of compiled code be better then non compiled code?

Posted

Yes, though probably not as you imagine - only load time is affected, this is because the code is then pre-compiled and debug information is removed, otherwise it has to be compiled into bytecode every time it is executed.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...