f838c9
diff -up firefox-70.0/layout/base/PresShell.h.1354671 firefox-70.0/layout/base/PresShell.h
f838c9
--- firefox-70.0/layout/base/PresShell.h.1354671	2019-10-22 12:33:12.987775587 +0200
f838c9
+++ firefox-70.0/layout/base/PresShell.h	2019-10-22 12:36:39.999366086 +0200
f838c9
@@ -257,7 +257,7 @@ class PresShell final : public nsStubDoc
f838c9
    * to the same aSize value.  AllocateFrame is infallible and will abort
f838c9
    * on out-of-memory.
f838c9
    */
f838c9
-  void* AllocateFrame(nsQueryFrame::FrameIID aID, size_t aSize) {
f838c9
+  void* __attribute__((optimize("no-lifetime-dse"))) AllocateFrame(nsQueryFrame::FrameIID aID, size_t aSize) {
f838c9
 #define FRAME_ID(classname, ...)                                  \
f838c9
   static_assert(size_t(nsQueryFrame::FrameIID::classname##_id) == \
f838c9
                     size_t(eArenaObjectID_##classname),           \