-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Pulley TODO List #9747
Labels
pulley
Issues related to the Pulley interpreter
Comments
Subscribe to Label Actioncc @fitzgen
This issue or pull request has been labeled: "pulley"
Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
Notes for big-endian:
|
This was referenced Dec 5, 2024
I think that this issue has served it's purpose and is largely done, so I'm going to close this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like a place to throw small items as I see them and to collect various TODO items during the development of Pulley. For now this will serve that location. My hope is that this list is TODO items which pertain to code in-tree and are less-so about wishlist items of what's yet to fill in. For example this won't track missing pulley work (e.g. all wasm proposals at this time). Unsure if this style of issue will work out.
xconst8
into one that writes 64-bits and one that writes 32-bits? Should we removexload8_s32_offset32
instead?#[wasmtime_test]
Add Pulley support to wasmtime_test macro #10057get_frame_pointer
#9658 (review) for details (also cc pulley: Movefp
/lr
out ofXReg
set #9806)pulley{64,32}be
targets to target-lexicon, then add big-endian loads/stores, then update the CLIF backend to delegate to the right endianness based on the targetruntest
support pulley: Supportruntests
in Cranelift filetests #9795all
test suite on 32-bit platforms -- Run the full test suite on 32-bit platforms #9837threads
proposal #9818The text was updated successfully, but these errors were encountered: