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