cf9011
diff -up firefox-60.5.0/layout/base/nsIPresShell.h.1354671 firefox-60.5.0/layout/base/nsIPresShell.h
cf9011
--- firefox-60.5.0/layout/base/nsIPresShell.h.1354671	2019-01-22 16:08:40.796539950 +0100
cf9011
+++ firefox-60.5.0/layout/base/nsIPresShell.h	2019-01-22 16:10:25.106069228 +0100
cf9011
@@ -204,7 +204,7 @@ class nsIPresShell : public nsStubDocume
e2c46b
    * to the same aSize value.  AllocateFrame is infallible and will abort
e2c46b
    * on out-of-memory.
e2c46b
    */
cf9011
-  void* AllocateFrame(nsQueryFrame::FrameIID aID, size_t aSize) {
cf9011
+  void* __attribute__((optimize("no-lifetime-dse"))) AllocateFrame(nsQueryFrame::FrameIID aID, size_t aSize) {
e2c46b
     void* result = mFrameArena.AllocateByFrameID(aID, aSize);
e2c46b
     RecordAlloc(result);
cf9011
     return result;