diff --git a/ecmascript/ecma_vm.cpp b/ecmascript/ecma_vm.cpp index b0632b957c..0bb070f4cf 100644 --- a/ecmascript/ecma_vm.cpp +++ b/ecmascript/ecma_vm.cpp @@ -145,6 +145,7 @@ EcmaVM::EcmaVM(JSRuntimeOptions options, EcmaParamConfiguration config) bool EcmaVM::Initialize() { LOG_ECMA(INFO) << "EcmaVM Initialize"; + LOG_ECMA(INFO) << "Asm interpreter enabled : " << (options_.GetEnableAsmInterpreter() ? "true" : "false"); ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "EcmaVM::Initialize"); Taskpool::GetCurrentTaskpool()->Initialize(); #ifndef PANDA_TARGET_WINDOWS