1, fix: memory layout of stack error int X64,
authoryu.dongliang <18588496441@163.com>
Sun, 14 Jun 2026 11:09:00 +0000 (19:09 +0800)
committeryu.dongliang <18588496441@163.com>
Sun, 14 Jun 2026 11:09:05 +0000 (19:09 +0800)
commit0026644e8ea80f1b5e9942d6d24da8e79a90b08c
tree462631c735e9a44d3d809b101f553e4951266828
parenta28047953202896d8f0224009daf6574bafaffcd
1, fix: memory layout of stack error int X64,
2, fix: x64 peephole: when a register is changed, then memory data based on it invalid.
core/scf_optimizer.c
examples/mat.c
examples/mat2.c [new file with mode: 0644]
native/x64/scf_x64.c
native/x64/scf_x64_inst.c
native/x64/scf_x64_opcode.c
native/x64/scf_x64_peephole.c
native/x64/scf_x64_reg.c
native/x64/scf_x64_reg.h
parse/Makefile