summaryrefslogtreecommitdiff
path: root/build-jit-CodeAlignment.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-03-06 15:00:42 +0100
committerMartin Stransky <stransky@redhat.com>2018-03-06 15:00:42 +0100
commitbee8e7456aef10b3298647cb20f73f7b5803c852 (patch)
treecbfc930f57395b21dcbc6b1cfe3fa562e165ee97 /build-jit-CodeAlignment.patch
parentFix prefs because of rpm (diff)
parentFix crash when e10s is disabled and default wl_queue is processed. (diff)
downloadlibrewolf-fedora-ff-bee8e7456aef10b3298647cb20f73f7b5803c852.tar.gz
librewolf-fedora-ff-bee8e7456aef10b3298647cb20f73f7b5803c852.tar.bz2
librewolf-fedora-ff-bee8e7456aef10b3298647cb20f73f7b5803c852.zip
Merged with firefox-59
Diffstat (limited to 'build-jit-CodeAlignment.patch')
-rw-r--r--build-jit-CodeAlignment.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/build-jit-CodeAlignment.patch b/build-jit-CodeAlignment.patch
deleted file mode 100644
index 0f0b10c..0000000
--- a/build-jit-CodeAlignment.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up firefox-58.0/js/src/jit/none/MacroAssembler-none.h.old firefox-58.0/js/src/jit/none/MacroAssembler-none.h
---- firefox-58.0/js/src/jit/none/MacroAssembler-none.h.old 2018-01-24 20:33:52.569147937 +0100
-+++ firefox-58.0/js/src/jit/none/MacroAssembler-none.h 2018-01-24 20:34:06.985088057 +0100
-@@ -88,7 +88,7 @@ static constexpr Register WasmTableCallI
- static constexpr Register WasmTlsReg { Registers::invalid_reg };
-
- static constexpr uint32_t ABIStackAlignment = 4;
--static constexpr uint32_t CodeAlignment = 4;
-+static constexpr uint32_t CodeAlignment = 8;
- static constexpr uint32_t JitStackAlignment = 8;
- static constexpr uint32_t JitStackValueAlignment = JitStackAlignment / sizeof(Value);
-
bgstack15