Search found 2 matches
- Thu Sep 11, 2025 10:02 am
- Forum: Technical questions
- Topic: VM complexity scripting function
- Replies: 5
- Views: 16175
Re: VM complexity scripting function
The Complexity only affects the size of virtualized code and doesn't affect its speed. Thanks for your answer! After some debugging I figured out that you are right, the reason the VM is so much slower is that the Import Protection feature is enabled. Apparently, that makes the vmenter/exit much mu...
- Mon Sep 08, 2025 2:28 pm
- Forum: Technical questions
- Topic: VM complexity scripting function
- Replies: 5
- Views: 16175
Re: VM complexity scripting function
Hey, I just discovered this function, so far it wasn't documented. I went ahead and tried it, it seems to set a numeric value to the lua bound function variable, but the value has absolutely no impact on the actual complexity. Regardless of what I set the value to, the function runs at the same spee...