mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-27 12:10:47 +00:00
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:
parent
9317976966
commit
5d03658880
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user