split scf_parse_compile() to scf_parse_compile() and scf_parse_to_obj(), fix x64...
authoryu.dongliang <18588496441@163.com>
Sun, 27 Jul 2025 16:23:46 +0000 (00:23 +0800)
committeryu.dongliang <18588496441@163.com>
Sun, 27 Jul 2025 16:23:46 +0000 (00:23 +0800)
commit4c03064fbae3cee25700bd572a0b2041ac922d81
treed5bc872e964e7ebeef466f9874f519a25be83890
parente8922ac665ac24fa18ad65e957f320fe2cf78121
split scf_parse_compile() to scf_parse_compile() and scf_parse_to_obj(), fix x64 peephole error for global var
12 files changed:
core/scf_function.h
core/scf_optimizer_auto_gc_find.c
core/scf_optimizer_inline.c
elf/scf_elf_arm32.c
elf/scf_elf_arm64.c
elf/scf_elf_naja.c
elf/scf_elf_x64.c
native/x64/scf_x64_inst_util.c
native/x64/scf_x64_peephole.c
parse/main.c
parse/scf_parse.c
parse/scf_parse.h