wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 3232bdf2f7
teach aot emitter/loader about .srodata and .srodata.cst* sections (#4240)
LLVM 19 and later started to use srodata ("small read only data")
sections for RISCV.  cf. https://github.com/llvm/llvm-project/pull/82214
this commit makes our aot emitter/loader deal with those sections.

an alternative would be to disable small data sections completely by
setting the "SmallDataLimit" module attribute to zero. however, i feel
this commit is more straightforward and consisitent as we are already
dealing with sdata sections.
2025-05-06 06:55:35 +08:00
..
aot teach aot emitter/loader about .srodata and .srodata.cst* sections (#4240) 2025-05-06 06:55:35 +08:00
common Merge dev/simd for fast-interp (#4131) 2025-03-20 14:23:20 +08:00
compilation teach aot emitter/loader about .srodata and .srodata.cst* sections (#4240) 2025-05-06 06:55:35 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Keep fix the CMake compatibility issue (#4180) 2025-04-15 12:51:19 +08:00
include wamrc: add --disable-llvm-jump-tables option (#4224) 2025-04-28 16:43:53 +08:00
interpreter Merge pull request #4203 from jammar1/jammar1/fix-br-v128 2025-04-22 14:47:08 +01:00
libraries fix potential memory leak (#4205) 2025-04-22 12:08:25 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00