wasm-micro-runtime/core
YAMAMOTO Takashi b36931a589
aot_loader.c: Fix issues in "Refine interp/aot string storage" (#1102)
Fix issues in PR "Refine interp/aot string storage and emitting (#820)",
which had a few issues:
- It looks a wrong byte to mark the flag
- It doesn't work for long strings (>= 0x80 in case of little endian)

This commit fixes them by maintaining a list of loaded symbols while loading
relocation section to avoid reading a string repeatedly, and no need to mark
the flag again.
2022-04-19 15:44:30 +08:00
..
app-framework Fix sensor framework timer issue and update sensor sample (#917) 2021-12-28 08:44:19 +08:00
app-mgr Enhance app manager (#1011) 2022-02-17 15:04:52 +08:00
deps Fix littlevgl link error issues (#1006) 2022-02-15 08:41:36 +08:00
iwasm aot_loader.c: Fix issues in "Refine interp/aot string storage" (#1102) 2022-04-19 15:44:30 +08:00
shared Refine codes and fix several issues (#1094) 2022-04-18 17:33:30 +08:00
config.h Preserve execution memory for debug instance (#1072) 2022-04-04 08:23:55 +08:00