Avoid signals for JS interruptability

XMLWordPrintableJSON

    • Query Execution
    • Fully Compatible
    • ALL
    • Platforms 2016-10-31
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      SpiderMonkey offers support for non-signal based interruption via JS_SetGlobalJitCompilerOption in JSJITCOMPILER_SIGNALS_ENABLE mode.

      This appears to solve the need for called code to guard against signals, as well as the general system instability caused by using signals (variables swapping values in js, other code crashing, etc).

      Switch to invoking those methods at runtime setup and re-enable periodic interruption

              Assignee:
              [DO NOT USE] Backlog - Query Execution
              Reporter:
              Mira Carey
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: