abrown commented on Issue #2323:
@fitzgen, there are clearly things that need to be worked on (e.g. refining the
State
andValue
traits, figuring out how to do correct FP arithmetic withIeee32/Ieee64
, more testing, etc., etc.) but I hope the basic idea comes through: this should be a significant step toward defining a more complete (and useful) Cranelift interpreter. Any suggestions, especially how to reduce verbosity (I'm thinking for conversions, e.g.), would be really helpful!
abrown commented on Issue #2323:
I can't really explain why
cargo check
in CI thinks that all of theX86*
opcodes don't exist...
bjorn3 commented on Issue #2323:
It enables the arm64 feature without explicitly enabling x86. If you enable no arch, it will enable the host arch, but if any is explicitly enabled it doesn't implicitlt enable the host arch.
fitzgen commented on Issue #2323:
I find the closures much easier to follow now, thank you!
Last updated: Nov 22 2024 at 16:03 UTC