Moderators IIYAMA Posted August 28, 2013 Moderators Posted August 28, 2013 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? Do you want to improve your Lua programming skills and make less mistakes? Start with Lua Language Server! Useful functions 3x Spoiler checkPassiveTimer getScreenStartPositionFromBox getPedGender Tutorials 4x Spoiler Scaling DX Events Attach an addEventHandler on a group of elements Debugging
ixjf Posted August 28, 2013 Posted August 28, 2013 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. I used to know how to code, but then I took an arrow in the knee. Project Redivivus - Remaking Old School MTA With New Code MTA 0.6 Nightly 1 released
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now