Introducing minimal footprint build modifier (mfp).
The modifier disables lookup cache and adds GC invocation after each opcode execution. JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -73,7 +73,7 @@ export TARGET_RELEASE_MODES = release
|
||||
export TARGET_PC_SYSTEMS = linux
|
||||
export TARGET_NUTTX_SYSTEMS = nuttx
|
||||
|
||||
export TARGET_PC_MODS = cp cp_minimal mem_stats
|
||||
export TARGET_PC_MODS = cp cp_minimal mem_stats mfp cp_minimal-mfp mfp-mem_stats
|
||||
export TARGET_NUTTX_MODS = $(TARGET_PC_MODS)
|
||||
|
||||
export TARGET_MCU_MODS = cp cp_minimal
|
||||
|
||||
Reference in New Issue
Block a user