[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/igc b75d0b6d4d4 7/7: Bump nativecomp ABI version
From: |
Pip Cet |
Subject: |
scratch/igc b75d0b6d4d4 7/7: Bump nativecomp ABI version |
Date: |
Sat, 20 Jul 2024 11:23:47 -0400 (EDT) |
branch: scratch/igc
commit b75d0b6d4d4a9c79cd68c06da21ff171233e1917
Author: Pip Cet <pipcet@protonmail.com>
Commit: Pip Cet <pipcet@protonmail.com>
Bump nativecomp ABI version
* src/comp.c (ABI_VERSION): Bump.
---
src/comp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/comp.c b/src/comp.c
index 7b8cfebccd9..0920d7b8e24 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -472,7 +472,7 @@ load_gccjit_if_necessary (bool mandatory)
/* Increase this number to force a new Vcomp_abi_hash to be generated. */
-#define ABI_VERSION "6"
+#define ABI_VERSION "7"
/* Length of the hashes used for eln file naming. */
#define HASH_LENGTH 8
- scratch/igc updated (8ec2ed9f400 -> b75d0b6d4d4), Pip Cet, 2024/07/20
- scratch/igc 6068cf00cdd 2/7: Turn union vectorlike_header into struct vectorlike_header, Pip Cet, 2024/07/20
- scratch/igc cbb59c9cbe3 5/7: Initialize GC headers of non-MPS-managed objects, Pip Cet, 2024/07/20
- scratch/igc ba6c33d5f75 6/7: Adjust CHECK_STRUCTS hashes in src/pdumper.c, Pip Cet, 2024/07/20
- scratch/igc 9e748916a31 4/7: Adjust the native-compilation code to take into account GC headers, Pip Cet, 2024/07/20
- scratch/igc 8dd2683ab1d 3/7: Give all GC-relevant objects a GC header, Pip Cet, 2024/07/20
- scratch/igc 4b1e9ffbc4a 1/7: * src/igc.c (set_header): Fix typo, Pip Cet, 2024/07/20
- scratch/igc b75d0b6d4d4 7/7: Bump nativecomp ABI version,
Pip Cet <=