Stream: git-wasmtime

Topic: wasmtime / PR #3360 Use `__builtin_setjmp` instead of `si...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2021 at 17:47):

sunfishcode opened PR #3360 from sunfishcode/builtin-setjmp to main:

Use [__builtin_setjmp] instead of sigsetjmp, as it is implemented in
the compiler, performed inline, and saves much less state. This speeds up
calls into wasm by about 8% on my machine.

[__builtin_setjmp]: https://gcc.gnu.org/onlinedocs/gcc/Nonlocal-Gotos.html

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2021 at 17:47):

sunfishcode requested alexcrichton for a review on PR #3360.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2021 at 17:49):

bjorn3 submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2021 at 17:49):

bjorn3 created PR review comment:

Is this the right size on all architectures?

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2021 at 17:50):

bjorn3 edited PR review comment.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2021 at 17:50):

sunfishcode submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2021 at 17:50):

sunfishcode created PR review comment:

Yes

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2021 at 17:52):

sunfishcode updated PR #3360 from sunfishcode/builtin-setjmp to main.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2021 at 17:52):

sunfishcode submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2021 at 17:52):

sunfishcode created PR review comment:

I've now added a comment about this.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2021 at 18:43):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2021 at 18:54):

sunfishcode updated PR #3360 from sunfishcode/builtin-setjmp to main.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2021 at 21:11):

sunfishcode updated PR #3360 from sunfishcode/builtin-setjmp to main.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2021 at 21:37):

sunfishcode updated PR #3360 from sunfishcode/builtin-setjmp to main.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 20 2021 at 14:14):

alexcrichton merged PR #3360.


Last updated: Oct 23 2024 at 20:03 UTC