Summary: | jitCompileAndSetHeuristics shouldn't return true when we fail to compile | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Saam Barati <saam> | ||||||||
Component: | JavaScriptCore | Assignee: | Saam Barati <saam> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | benjamin, cdumez, cmarcelo, ews-watchlist, keith_miller, mark.lam, msaboff, tzagallo, webkit-bug-importer | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | WebKit Nightly Build | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Attachments: |
|
Description
Saam Barati
2021-06-17 16:59:47 PDT
Created attachment 431749 [details]
WIP
Created attachment 431926 [details]
patch
Comment on attachment 431926 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=431926&action=review > Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:381 > + if (codeBlock->jitType() == JITType::BaselineJIT) { This is the bug fix Comment on attachment 431926 [details]
patch
LGTM, might be worth pointing out in the ChangeLog why the new fuzzer is in this patch.
Created attachment 431930 [details]
patch for landing
Committed r279126 (239041@main): <https://commits.webkit.org/239041@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 431930 [details]. |