x64: Shrink Inst from 72 to 48 bytes (#4514)
https://github.com/bytecodealliance/wasmtime/pull/4514
This commit is contained in:
@@ -48,7 +48,7 @@ pub struct CallInfo {
|
||||
fn inst_size_test() {
|
||||
// This test will help with unintentionally growing the size
|
||||
// of the Inst enum.
|
||||
assert_eq!(72, std::mem::size_of::<Inst>());
|
||||
assert_eq!(48, std::mem::size_of::<Inst>());
|
||||
}
|
||||
|
||||
pub(crate) fn low32_will_sign_extend_to_64(x: u64) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user