Vice City: Multiplayer

Off-Topic => Off-Topic General => Topic started by: EK.IceFlake on Aug 29, 2016, 11:20 AM

Title: Does squirrel JIT or precompile?
Post by: EK.IceFlake on Aug 29, 2016, 11:20 AM
I was wondering if having compiled scripts (.cnut) will increase the server performance, due to the fact that it is already compiled
Is it only going to decrease the startup time, or actually increase the performance on runtime?
Title: Re: Does squirrel JIT or precompile?
Post by: Xmair on Aug 29, 2016, 11:33 AM
Why don't you make a benchmark?
Title: Re: Does squirrel JIT or precompile?
Post by: KAKAN on Aug 29, 2016, 12:51 PM
Quote from: EK.CrystalBlue on Aug 29, 2016, 11:20 AMIs it only going to decrease the startup time, or actually increase the performance on runtime?
It will increase the startup time and will tell you about the errors while compiling :)
Though, I believe it won't show any effect on a modern PC( talking about seconds )