wasm-micro-runtime/core
James Marsh d08ab66060 perf(wamrc): Replace slow symbol lookup with hash map in AOT compilation/emission
The relocation symbol deduplication in aot_emit_aot_file.c used a linked
list, requiring O(n) traversal per relocation to check for duplicates.

Replace with a lazily-allocated hash map for O(1) lookups.
The linked list is preserved for ordered iteration during emission.
2026-04-13 15:49:17 +01:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm perf(wamrc): Replace slow symbol lookup with hash map in AOT compilation/emission 2026-04-13 15:49:17 +01:00
shared Enhance memory profiling with structured logging support (#4896) 2026-04-08 10:34:48 +08:00
config.h Move exception lock to ModuleInstance data. (#4772) 2026-03-16 16:22:07 +08:00
version.h Bump version number to 2.4.3 (#4671) 2025-10-23 13:15:25 +08:00
version.h.in Add version.h and update versioning documentation for embedded platforms 2025-02-05 10:31:20 +00:00