Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid unwinding into C stack frames #11803

Merged
merged 3 commits into from Jun 22, 2016
Merged

Avoid unwinding into C stack frames #11803

merged 3 commits into from Jun 22, 2016

Commits on Jun 22, 2016

  1. Avoid an unnecessary panic when the script task deals with a GC after…

    … the layout thread is unreachable.
    jdm committed Jun 22, 2016
  2. Wrap executions of Rust code called from JS in catch_unwind. Propagat…

    …e the interrupted panic to the origin of the JS execution via TLS before resuming. Fix #6462.
    jdm committed Jun 22, 2016
You can’t perform that action at this time.