You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
morello-webkit: Set +nocherirevoke on installed JSC binary
MRS breaks the continuous arena implementation. Ideally the continuous
arena would be written to not rely on jemalloc-specific APIs, but that's
not happening any time soon, and it would be good to get the WebKit
tests passing reliably in Arm's Morello CI so we can catch any
regressions.
This still isn't quite right, (s)dallocx currently don't honour the
flags even when not quarantining, so MALLOCX_TCACHE_NONE will do
nothing, but presumably the result of that is at worst memory being
leaked (due to mallocx with MALLOCX_TCACHE_NONE never using it) or some
other part of JSC allocating that memory instead, so hopefully things
still work.
0 commit comments