e2c46b
diff -up firefox-53.0/layout/base/nsIPresShell.h.1354671 firefox-53.0/layout/base/nsIPresShell.h
e2c46b
--- firefox-53.0/layout/base/nsIPresShell.h.1354671	2017-04-27 13:07:43.808653320 +0200
e2c46b
+++ firefox-53.0/layout/base/nsIPresShell.h	2017-04-27 13:09:40.404427641 +0200
e2c46b
@@ -212,7 +212,7 @@ public:
e2c46b
    * to the same aSize value.  AllocateFrame is infallible and will abort
e2c46b
    * on out-of-memory.
e2c46b
    */
e2c46b
-  void* AllocateFrame(nsQueryFrame::FrameIID aID, size_t aSize)
e2c46b
+  void* __attribute__((optimize("no-lifetime-dse"))) AllocateFrame(nsQueryFrame::FrameIID aID, size_t aSize)
e2c46b
   {
e2c46b
     void* result = mFrameArena.AllocateByFrameID(aID, aSize);
e2c46b
     RecordAlloc(result);