This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm
Wenyong Huang 5be427bfa2
xip: Lookup float constants from table to reduce relocations (#894)
Lookup float/double constants from exec_env->native_symbol table
but not construct them with LLVMBuildConst if XIP mode is enabled,
these constants are introduced by f32/f64.const opcodes and some
float/double conversion opcodes, and make wamrc generate some
relocations in text section of AOT XIP file. This patch eliminates such
relocations when "--enable-indirect-mode" is added to wamrc.
2021-12-16 21:39:23 +08:00
..
aot xip: Lookup float constants from table to reduce relocations (#894) 2021-12-16 21:39:23 +08:00
common Refine codes and fix several issues (#882) 2021-12-10 18:13:17 +08:00
compilation xip: Lookup float constants from table to reduce relocations (#894) 2021-12-16 21:39:23 +08:00
include Refine codes and fix several issues (#882) 2021-12-10 18:13:17 +08:00
interpreter Clear more compile warnings reported by -Wshadow flag (#899) 2021-12-16 14:47:44 +08:00
libraries libc-builtin: Fix the signature of strncasecmp native function (#888) 2021-12-13 19:40:05 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00