add log to judge whether is asm interpreter

desc: add log to judge whether is asm interpreter

solu: add log to judge whether is asm interpreter

issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5LAZ
Signed-off-by: wanghuan <wanghuan80@huawei.com>
Change-Id: If725fc0d16d957c975c096ccceeae2d5ff9210fc
This commit is contained in:
wanghuan 2022-07-22 11:14:10 +08:00
parent fd39ddb5ee
commit 99798737e9

View File

@ -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