Stream: git-wasmtime

Topic: wasmtime / PR #5278 Don't use %rcx directly with CoffTlsG...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 16 2022 at 00:53):

elliottt opened PR #5278 from trevor/coff-tls-addr-rcx-fix to main:

Avoid naming %rcx as written by the CoffTlsGetAddr pseudo-instruction in the x64 backend, and isntead emit a fixed-def constraint for a fresh VReg and %rcx.
<!--

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 (Nov 16 2022 at 01:56):

elliottt updated PR #5278 from trevor/coff-tls-addr-rcx-fix to main.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 16 2022 at 05:22):

elliottt has marked PR #5278 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 16 2022 at 18:52):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 16 2022 at 19:32):

elliottt edited PR #5278 from trevor/coff-tls-addr-rcx-fix to main:

Avoid naming %rcx as written by the CoffTlsGetAddr pseudo-instruction in the x64 backend, and instead emit a fixed-def constraint for a fresh VReg and %rcx.
<!--

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 (Nov 16 2022 at 19:32):

elliottt merged PR #5278.


Last updated: Nov 22 2024 at 17:03 UTC