[Webkit-unassigned] [Bug 210685] REGRESSION(r251875): Crash in JSC::StructureIDTable::get on ppc64le: gcSafeMemcpy broken on JSVALUE64 platforms other than x86_64 and aarch64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 7 10:32:57 PDT 2020


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

--- Comment #30 from Daniel Kolesa <daniel at octaforge.org> ---
Doing that results in needless branches being taken based on smallCutoff/mediumCutoff, which just falling back to slow path early prevents...

runtime guards shouldn't matter too much, these checks are constexpr, and the compiler will fold them away, plus it's shorter and less messy

-- 
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/20200507/9d979c6d/attachment.htm>


More information about the webkit-unassigned mailing list