[JSC] Remove m_calleeSaveRegisters from CodeBlock::JITData and rename it to BaselineJITData
Created attachment 447707 [details] Patch
Created attachment 447710 [details] Patch
Created attachment 447711 [details] Patch
Created attachment 447958 [details] Patch
Comment on attachment 447958 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=447958&action=review > Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:481 > + if (*ptr >= Options::earlyReturnFromInfiniteLoopsLimit()) > LLINT_RETURN_TWO(LLInt::fuzzerReturnEarlyFromLoopHintEntrypoint().code().executableAddress(), callFrame->topOfFrame()); We do not need ensureJITData since we no longer load a pointer from JITData (we removed that indirection).
<rdar://problem/86954269>
Comment on attachment 447958 [details] Patch r=me
Committed r287596 (245724@main): <https://commits.webkit.org/245724@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 447958 [details].