| commit | c0f18172f56ad349f56fefc15131cef2782bec8a | [log] [tgz] |
|---|---|---|
| author | Heejin Ahn <aheejin@gmail.com> | Thu Sep 01 21:05:15 2016 +0000 |
| committer | Heejin Ahn <aheejin@gmail.com> | Thu Sep 01 21:05:15 2016 +0000 |
| tree | 3a6cb93d770c4ae800194de111d700ee170d57b8 | |
| parent | 06d466a9bc4996a915cda13274aaccaf4323f9c5 [diff] |
[WebAssembly] Add asm.js-style setjmp/longjmp handling for wasm (reland r280302) Summary: This patch adds asm.js-style setjmp/longjmp handling support for WebAssembly. It also uses JavaScript's try and catch mechanism. Reviewers: jpp, dschuff Subscribers: jfb, dschuff Differential Revision: https://reviews.llvm.org/D24121 llvm-svn: 280415