-
- Downloads
Bug 1841040 - Remove over-alignment from GCMarker and Nursery,...
Bug 1841040 - Remove over-alignment from GCMarker and Nursery, r=spidermonkey-reviewers,jonco a=RyanVM js_new<T> cannot guarantee the alignment if T is over-aligned, and this issue is not trivial to fix (blocked by Bug 1842582). Add a static assert to detect the attempt using js_new<T> for over-aligned T, and remove the problematic alignas() attributes as a short-term fix. Differential Revision: https://phabricator.services.mozilla.com/D182546
Please register or sign in to comment