On 2013-12-09 11:15 AM, Gabriel Wicke wrote:
On 12/08/2013 11:55 PM, Tyler Romeo wrote:
I'm sure this has already been taken into consideration, but keep in mind that code that is executed using eval() in Javascript is *not* optimized by the V8 compiler like normal script resources are.
Are you sure this is still the case? https://code.google.com/p/v8/issues/detail?id=2315 seems to suggest that this was fixed in V8 last year.
Gabriel
Also are we even using eval anyways?
The module storage stores whole scripts, it should be able to function by inserting inline <script>// downloaded text</script> elements.
~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/]