commit | author | age
|
0fe52e
|
1 |
diff -up firefox-60.5.0/layout/base/nsIPresShell.h.1354671 firefox-60.5.0/layout/base/nsIPresShell.h |
CS |
2 |
--- firefox-60.5.0/layout/base/nsIPresShell.h.1354671 2019-01-22 16:08:40.796539950 +0100 |
|
3 |
+++ firefox-60.5.0/layout/base/nsIPresShell.h 2019-01-22 16:10:25.106069228 +0100 |
|
4 |
@@ -204,7 +204,7 @@ class nsIPresShell : public nsStubDocume |
ae11a9
|
5 |
* to the same aSize value. AllocateFrame is infallible and will abort |
CS |
6 |
* on out-of-memory. |
|
7 |
*/ |
0fe52e
|
8 |
- void* AllocateFrame(nsQueryFrame::FrameIID aID, size_t aSize) { |
CS |
9 |
+ void* __attribute__((optimize("no-lifetime-dse"))) AllocateFrame(nsQueryFrame::FrameIID aID, size_t aSize) { |
ae11a9
|
10 |
void* result = mFrameArena.AllocateByFrameID(aID, aSize); |
CS |
11 |
RecordAlloc(result); |
0fe52e
|
12 |
return result; |