forked from bytecodealliance/wasmtime
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Investigate slow div/rem #36
Comments
Merged
avanhatt
pushed a commit
that referenced
this issue
May 26, 2023
This anticipates WebAssembly/wasi-random#18.
avanhatt
pushed a commit
that referenced
this issue
May 26, 2023
This anticipates WebAssembly/wasi-random#18.
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this issue
Oct 9, 2024
…e#113) Extend the example semantics generator to generate examples of: - `AluRRImm12` - `AluRRImmLogic` - `AluRRImmShift` - `AluRRRShift` Updates avanhatt#36
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this issue
Oct 9, 2024
Support opcode templates the the ASLp client. This uses the format implemented in mmcloughlin/aslp#4. The change is safe to land now since in the common fixed 32-bit case, the formats are the same. Updates avanhatt#36
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this issue
Oct 9, 2024
Adds library functions for manipulating opcode templates. Updates avanhatt#36
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this issue
Oct 9, 2024
Generate `AluRRImm12` spec from ASLp. This is the first requiring symbolic opcodes, so there are substantial changes to support it: * Updates ASLp dependency to fork containing experimental symbolic opcode support mmcloughlin/aslp@e5190a0 * Introduces `Bits` type to `isaspec` for manipulating opcode bitvectors with symbolic fields. * Generating ASLp semantics from an opcode template * Validating an assembly template against the Cranelift assembler * Updating verification model of `Imm12` to a struct type, and updating related specs. Updates avanhatt#36 avanhatt#35
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this issue
Oct 9, 2024
Generate `AluRRRShift` spec with ASLp. This is the second example of a spec that relies on symbolic opcodes, but it's slightly more challenging because the shift amount determines the size of the symbolic field. Not only that, but the spec cases split on `shiftop`, which is a struct type. In addition, the `lshl_from_imm64` spec needed to be fixed. Updates avanhatt#36 avanhatt#35 Closes bytecodealliance#120
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this issue
Oct 9, 2024
Generate `MovWide` spec. Updates avanhatt#36 avanhatt#35
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this issue
Oct 18, 2024
Generates the flag-setting opcodes for `AluRRImm12`. Relies on the CSE fix in ASLp added in mmcloughlin/aslp#5. Updates avanhatt#36 avanhatt#35
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this issue
Oct 23, 2024
…codealliance#168) Generate load/store specs using `AMode.UnsignedOffset`. Updates avanhatt#36 avanhatt#49 avanhatt#35
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this issue
Oct 23, 2024
…codealliance#168) Generate load/store specs using `AMode.UnsignedOffset`. Updates avanhatt#36 avanhatt#49 avanhatt#35
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
udiv for 16 and 32 bits is too slow
The text was updated successfully, but these errors were encountered: