unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob a99624280f6e9407970e4959b44b8ce3038c5b2a 824 bytes (raw)
name: gnu/packages/patches/jamvm-2.0.0-disable-branch-patching.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 
From 8d10be7345d7fe139e619cc55a22dbc86f677543 Mon Sep 17 00:00:00 2001
From: Simon South <simon@simonsouth.net>
Date: Sat, 6 Jun 2020 18:56:56 -0400
Subject: [PATCH] Disable branch-patching

---
 src/init.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/init.c b/src/init.c
index 32539cf..38ad54b 100644
--- a/src/init.c
+++ b/src/init.c
@@ -72,8 +72,8 @@ void setDefaultInitArgs(InitArgs *args) {
 #ifdef INLINING
     args->replication_threshold = 10;
     args->profile_threshold     = 10;
-    args->branch_patching_dup   = TRUE;
-    args->branch_patching       = TRUE;
+    args->branch_patching_dup   = FALSE;
+    args->branch_patching       = FALSE;
     args->print_codestats       = FALSE;
     args->join_blocks           = TRUE;
     args->profiling             = TRUE;
-- 
2.25.2


debug log:

solving a99624280f ...
found a99624280f in https://yhetil.org/guix-patches/20200607151833.22052-1-simon@simonsouth.net/

applying [1/1] https://yhetil.org/guix-patches/20200607151833.22052-1-simon@simonsouth.net/
diff --git a/gnu/packages/patches/jamvm-2.0.0-disable-branch-patching.patch b/gnu/packages/patches/jamvm-2.0.0-disable-branch-patching.patch
new file mode 100644
index 0000000000..a99624280f

1:31: trailing whitespace.
-- 
Checking patch gnu/packages/patches/jamvm-2.0.0-disable-branch-patching.patch...
1:33: new blank line at EOF.
+
Applied patch gnu/packages/patches/jamvm-2.0.0-disable-branch-patching.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 a99624280f6e9407970e4959b44b8ce3038c5b2a	gnu/packages/patches/jamvm-2.0.0-disable-branch-patching.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).