[Webkit-unassigned] [Bug 227286] ASSERTION FAILED in ../../Source/JavaScriptCore/heap/CompleteSubspace.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 24 20:56:05 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=227286

--- Comment #2 from Mark Lam <mark.lam at apple.com> ---
Looks like it is possible to convert the memory allocation into a try allocation and fail with an OOME.  However, this code path is hot for performance.  Changing this to use try allocation may introduce perf regressions.  Hence, it may not be worth changing this just for the sake of throwing an OOME for this pathological code that does not manifest in real world usage.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210625/64380ced/attachment.htm>


More information about the webkit-unassigned mailing list