Hi, For https://bugzilla.mozilla.org/show_bug.cgi?id=842800 I'm interested in adding more checks of SpiderMonkey's operation callback in potentially long-running operations. For example, when running the asm.js Unreal demo, parsing takes several seconds, so in my patch I added a check after the parsing of each statement.
I'm also seeing that IonMonkey compilation can take a while on the demo. Is there a loop or loops in IonMonkey that are good candidates for adding operation callback checks? Nick _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

