I don't think this kind of information is useful to the user when running a web application but might be helpful for the programmer when creating one. However, as David says, we should defer this discussion to a later time and audience.
Nonetheless, I would propose a different interface, though. My main intended use case for this information is debugging and like with ordinary JS debugging, I would prefer to throw a switch to move between modes. How about a global callback that a programmer (or debugger) can register to get (de-)optimization information? Not sure where I would hook this up, but it should allow me something like
ParallelArray.registerDeOptimizationCallBack(function (msg) {
console.log(msg);
});
and then globally get logging to the console.
Stephan
>dev-tech-js-engine-rivertrail mailing list dev-tech-js-engine-
>
river...@lists.mozilla.org
>
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rivertrail
>
>_______________________________________________
>dev-tech-js-engine-rivertrail mailing list dev-tech-js-engine-
>
river...@lists.mozilla.org
>
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rivertrail