mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-15 04:45:51 +08:00
wamr: Add new option to enable quick aot entry
Enable AOT quick entry to improve performance for call AOTed function from host side in some cases with simple signature. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
70108ae59e
commit
dbcbec363d
@ -36,6 +36,17 @@ config INTERPRETERS_WAMR_AOT
|
|||||||
select ARCH_USE_TEXT_HEAP if ARCH_HAVE_TEXT_HEAP
|
select ARCH_USE_TEXT_HEAP if ARCH_HAVE_TEXT_HEAP
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config INTERPRETERS_WAMR_AOT_QUICK_ENTRY
|
||||||
|
bool "Enable AOT quick entry"
|
||||||
|
default n
|
||||||
|
depends on INTERPRETERS_WAMR_AOT
|
||||||
|
---help---
|
||||||
|
Note: This option only works with WAMR 1.3.1 or later.
|
||||||
|
Enable AOT quick entry to improve performance for call
|
||||||
|
AOTed function from host side in some cases with simple
|
||||||
|
signature.
|
||||||
|
Enable this option will increase the size of runtime, ~8KB.
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Enable interpreter"
|
prompt "Enable interpreter"
|
||||||
default INTERPRETERS_NONE
|
default INTERPRETERS_NONE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user