Note on underwhelming performance when using a dynamically generated array of opcode functions specifying ".bind(this)" on every one (which is why I don't do it)

This commit is contained in:
Jeff Parsons 2016-05-12 00:12:57 -07:00
commit a02454467b
4 changed files with 10 additions and 7 deletions

View file

@ -157,9 +157,6 @@ function C1PVideo(parmsVideo, canvas, context, imgChars)
* it still being labelled "experimental technology". Let's hope the browsers standardize
* on this. I see other options emerging, like the CSS property "image-rendering: pixelated"
* that's apparently been added to Chrome. Sigh.
*
* TODO: Investigate why imageSmoothingEnabled seems to have little effect on the imgChars
* images we draw in updateWindow().
*/
var i, sEvent, asWebPrefixes = ['', 'moz', 'ms', 'webkit'];
var fSmoothing = parmsVideo['smoothing'];