https://bugzilla.wikimedia.org/show_bug.cgi?id=72933

--- Comment #1 from Roan Kattouw <[email protected]> ---
For oo.Factory.create, my version of Chrome tells me "Not optimized: Bad value
context for arguments value" which seems to be a consequence of doing args =
Array.prototype.slice.call( arguments, 1 ); . I don't really see a way around
that, unless there's some way of making the arguments list a real array that V8
is able to optimize.

For oo.EventEmitter.emit it does say "Inlining bailed out". I'm installing d8
now to investigate.

I saw a bunch of other "not optimized" warnings too, but most of those seem to
be about try-catch statements. The only other one that jumped out at me was in
oo.copy: "ForInStatement is not fast case". Will investigate that too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to