[tor-commits] [tor-browser/tor-browser-45.2.0esr-6.5-1] Bug 1215479 - Turn on W^X JIT code by default. r=luke

gk at torproject.org gk at torproject.org
Fri Jun 3 22:11:13 UTC 2016


commit a66ec3f911f8cc247d4c2375e37ac0b9f1377a36
Author: Jan de Mooij <jdemooij at mozilla.com>
Date:   Mon Dec 28 21:05:50 2015 +0100

    Bug 1215479 - Turn on W^X JIT code by default. r=luke
---
 js/src/jit/ExecutableAllocator.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/js/src/jit/ExecutableAllocator.cpp b/js/src/jit/ExecutableAllocator.cpp
index 55ad6b6..1ce447f 100644
--- a/js/src/jit/ExecutableAllocator.cpp
+++ b/js/src/jit/ExecutableAllocator.cpp
@@ -88,8 +88,4 @@ ExecutableAllocator::addSizeOfCode(JS::CodeSizes* sizes) const
     }
 }
 
-#if TARGET_OS_IPHONE
 bool ExecutableAllocator::nonWritableJitCode = true;
-#else
-bool ExecutableAllocator::nonWritableJitCode = false;
-#endif





More information about the tor-commits mailing list