Disable jit.
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 17 Nov 2022 10:01:08 +0000 (10:01 +0000)
committerRaspbian forward porter <root@raspbian.org>
Thu, 17 Nov 2022 10:01:08 +0000 (10:01 +0000)
Gbp-Pq: Name disable-jit.patch

js/moz.configure

index 7a241cac76d81c25ddd46b901d525f5c39e36b91..a040b58407f94d2c25b6408ce7691a3a0f90621d 100644 (file)
@@ -154,18 +154,18 @@ set_define("ENABLE_RECORD_TUPLE", enable_record_tuple)
 # =======================================================
 @depends(target, "--enable-record-tuple")
 def jit_default(target, enable_record_tuple):
-    if enable_record_tuple:
-        return False
-    if target.cpu in (
-        "x86",
-        "x86_64",
-        "arm",
-        "aarch64",
-        "mips32",
-        "mips64",
-        "loongarch64",
-    ):
-        return True
+    #if enable_record_tuple:
+    #    return False
+    #if target.cpu in (
+    #    "x86",
+    #    "x86_64",
+    #    "arm",
+    #    "aarch64",
+    #    "mips32",
+    #    "mips64",
+    #    "loongarch64",
+    #):
+    #    return True
     return False