-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.11 version OHOS adaptation #20821
3.11 version OHOS adaptation #20821
Conversation
Signed-off-by: @wanghui187 <[email protected]>
Signed-off-by: @wanghui187 <[email protected]>
if (cc.PLATFORM_OS_OHOS == currPlatform) then | ||
local jit = require("jit") | ||
jit.off() | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why need to disable jit? And only disable jit in this test case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JIT shutdown is to prevent malicious software from abusing JIT memory to execute arbitrary code, bypass application market audits, and achieve the goal of changing faces
Signed-off-by: @wanghui187 <[email protected]>
Signed-off-by: @wanghui187 <[email protected]>
Signed-off-by: @wanghui187 <[email protected]>
Signed-off-by: @wanghui187 <[email protected]>
No description provided.