Temechon Posted February 26, 2017 Share Posted February 26, 2017 I think fenomas is right. The playground code is running into an 'eval', which is not compilator-optimized i guess : https://github.com/BabylonJS/Babylon.js/blob/master/Playground/index.js#L188 Quote Link to comment Share on other sites More sharing options...
fenomas Posted February 26, 2017 Share Posted February 26, 2017 It's not as simple as just whether the code is eval'ed or not. Basically, all the code samples in this thread probably should get fully optimized, and the ones that don't can probably be considered bugs for the JS engine. But realistically, compiler bugs like that are going to happen more often when everything is being dynamically created and eval'ed and whatnot. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.