Stream: git-wasmtime

Topic: wasmtime / PR #4496 x64: Shrink Inst size from 72 to 40 b...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2022 at 23:49):

elliottt opened PR #4496 from trevor/x64-inst-size to main:

<!--

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 (Jul 21 2022 at 05:16):

elliottt edited PR #4496 from trevor/x64-inst-size to main:

Experimenting with shrinking down the size of Instr for the x64 backend. The current state of this PR is that it shrinks the size of Instr to 40 bytes, but costs some compile performance as it puts every SyntheticAmode behind a box. This isn't really acceptable, so I'm going to investigate a new representation for SyntheticAmode that doesn't require 20 bytes.
<!--

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.
-->


Last updated: Nov 22 2024 at 16:03 UTC