looking forward to this as well.
Are there references to the "unexecpted performance hit in certain cases" like a forum topic where somebody reported this ?
Also interested in the speed improvements. Is there a percentage of the overal speed increase for a certain test function ? I mean there would have been some function used to test the difference between 2.15.0 and 3.0.0
would this for example speed up a simple for loop with 10 million iterations (to show more the speed increase if any) ? Like as a test case doing
var a = 0 for i = 1 to 10000000 loop a = i + 1 repeatBasically i'm wondering if those general speed improvements apply to the overal interpreter and thus also simple loops or more to calling certain functions that got a speed boost