*(无用) feat: 在VM.cpp中添加likely属性以优化分支预测

refact: 在xmake.lua中优化构建设置
This commit is contained in:
2026-05-10 21:25:05 +08:00
parent 98de782760
commit 9338c21449
3 changed files with 8 additions and 3 deletions

View File

@@ -209,8 +209,9 @@ namespace Fig
"none",
*currentFrame->proto->locations[ipIdx]));
}
else
else [[likely]]
{
Object *obj = callee.AsObject();
if (!obj->isFunction())
{