On Aug 12, 2013, at 2:11 PM, Brendan Eich <bren...@mozilla.com> wrote:
> Can it be done other than in SpiderMonkey? > > Heretical, I know, but carrying even an unsound information flow patch could > be too much for the "high-stakes engine infrastructure". A reasonable question; no strong opinions here. One approach is instrumentation + whatever additional engine optimizations you need to get perf in analysis-mode to an acceptable level. That way you don't risk intertwingling with the engine architecture, and the optimizations can benefit others too. You might need some sort of automated perf regression testing to catch regressions quickly, since the engine could evolve independently of the analysis tool. Dave _______________________________________________ dev-tech-js-engine-internals mailing list dev-tech-js-engine-internals@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals