yuyang-ok commented on issue #5017:
I think I have finish this, But not tested.
bjorn3 commented on issue #5017:
frontend_config
is a method on theTargetIsa
trait, which by default calls thedefault_call_conv
method on the same trait to get the right call conv. Could you please implementdefault_call_conv
of theTargetIsa
trait instead?
github-actions[bot] commented on issue #5017:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:x64", "cranelift:meta", "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
yuyang-ok commented on issue #5017:
@bjorn3
system_v_riscv_float_abi
has been tested, I thinktls_value
cann't have more meaningful test right now.
yuyang-ok edited a comment on issue #5017:
@bjorn3
system_v_riscv_float_abi
has been tested, I thinktls_value
cann't have more meaningful test right now at current framework.
yuyang-ok commented on issue #5017:
Is there some run test against
https://github.com/bytecodealliance/wasmtime/blob/main/cranelift/filetests/filetests/isa/x64/tls_elf.clif
looks like not right.
you just load the addr, shouldload_i64
after load the addr.
movq %rax, [%rax]
yuyang-ok commented on issue #5017:
I am little confused about the problem,How about merge and support riscv float abi.
bjorn3 commented on issue #5017:
https://github.com/bytecodealliance/wasmtime/pull/7003 has implemented TLS support for riscv64.
alexcrichton commented on issue #5017:
Indeed! I'll close this in that case and it can be resubmitted with a rebase if necessary still.
Last updated: Nov 22 2024 at 17:03 UTC