increase max method size for AOT and PGO

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAFES3?from=project-issue

Signed-off-by: yy <yejunwen2@h-partners.com>
This commit is contained in:
yy 2024-07-25 10:03:01 +08:00
parent 9317976966
commit 5d03658880

View File

@ -1843,7 +1843,7 @@ public:
}
public:
static constexpr int32_t MAX_APP_COMPILE_METHOD_SIZE = 2_KB;
static constexpr int32_t MAX_APP_COMPILE_METHOD_SIZE = 4_KB;
private:
static constexpr int32_t DEFAULT_OPT_LEVEL = 3; // 3: default opt level