...
Created attachment 429554 [details] patch
Comment on attachment 429554 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=429554&action=review r=me > Source/JavaScriptCore/jit/JITThunks.cpp:138 > + if (entry.needsCrossModifyingCodeFence && !isCompilationThread()) { Can you add a comment here as to why compilation threads don't need the crossModifyingCodeFence? It isn't obvious from reading this section of code.
Created attachment 429573 [details] patch for landing
Created attachment 429575 [details] [fast-cq] patch for landing
Committed r277974 (238095@main): <https://commits.webkit.org/238095@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 429575 [details].
<rdar://problem/78422315>