[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/igc 931dc7c27cf 10/78: WIP
From: |
Gerd Moellmann |
Subject: |
scratch/igc 931dc7c27cf 10/78: WIP |
Date: |
Fri, 14 Jun 2024 04:27:11 -0400 (EDT) |
branch: scratch/igc
commit 931dc7c27cfb551ac76786e3ec3b98571513b346
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>
WIP
---
src/igc.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/src/igc.c b/src/igc.c
index ab78001485c..7b4da23f7f6 100644
--- a/src/igc.c
+++ b/src/igc.c
@@ -226,10 +226,15 @@ static const char *pvec_type_names[] = {
"PVEC_BOOL_VECTOR",
"PVEC_BUFFER",
"PVEC_HASH_TABLE",
+#ifndef IN_MY_FORK
"PVEC_OBARRAY",
+#endif
"PVEC_TERMINAL",
"PVEC_WINDOW_CONFIGURATION",
"PVEC_SUBR",
+#ifdef IN_MY_FORK
+ "PVEC_PACKAGE",
+#endif
"PVEC_OTHER",
"PVEC_XWIDGET",
"PVEC_XWIDGET_VIEW",
@@ -3841,6 +3846,7 @@ mirror_symbol (struct igc_mirror *m, struct Lisp_Symbol
*sym)
#else
IGC_MIRROR_RAW (m, &sym->u.s.next);
#endif
+#if 0
switch (sym->u.s.redirect)
{
case SYMBOL_PLAINVAL:
@@ -3859,6 +3865,7 @@ mirror_symbol (struct igc_mirror *m, struct Lisp_Symbol
*sym)
mirror_fwd (m, sym->u.s.val.fwd);
break;
}
+#endif
}
static void
@@ -4431,7 +4438,7 @@ mirror_dump (void)
mirror_objects (&m);
unbind_to (count, Qnil);
- if (1 || getenv ("IGC_MIRROR_STATS"))
+ if (getenv ("IGC_MIRROR_STATS"))
print_mirror_stats (&m);
}
- scratch/igc updated (2e49bbf1816 -> c19fa49ca4e), Gerd Moellmann, 2024/06/14
- scratch/igc c77cf64d7cd 02/78: Revert "Remove copying/mirroring code", Gerd Moellmann, 2024/06/14
- scratch/igc 790e99b2b83 03/78: Make it build again, Gerd Moellmann, 2024/06/14
- scratch/igc 8abca66ede4 12/78: Refactoring, Gerd Moellmann, 2024/06/14
- scratch/igc 0f42efc428a 16/78: Refactoring, Gerd Moellmann, 2024/06/14
- scratch/igc 219f7d5ce20 01/78: emacs_lldb.py: reflect PVEC changes, Gerd Moellmann, 2024/06/14
- scratch/igc a09e5827a06 04/78: WIP, Gerd Moellmann, 2024/06/14
- scratch/igc d9830156fb9 05/78: WIP, Gerd Moellmann, 2024/06/14
- scratch/igc 931dc7c27cf 10/78: WIP,
Gerd Moellmann <=
- scratch/igc c9b85c4516a 13/78: More refactoring, Gerd Moellmann, 2024/06/14
- scratch/igc 399e0776507 17/78: igc_const_cast, Gerd Moellmann, 2024/06/14
- scratch/igc 19df715fe2c 23/78: Refactoring, Gerd Moellmann, 2024/06/14
- scratch/igc 536bec0f0ae 35/78: WIP, Gerd Moellmann, 2024/06/14
- scratch/igc b6f508613a7 37/78: +hash_table_rehash, Gerd Moellmann, 2024/06/14
- scratch/igc 4049bfa0d09 41/78: Refactor a bit, Gerd Moellmann, 2024/06/14
- scratch/igc 41ff9072503 47/78: Replace igc_create_charset_root (not executed if dump is loaded), Gerd Moellmann, 2024/06/14
- scratch/igc a4000e8a81d 14/78: WIP, Gerd Moellmann, 2024/06/14
- scratch/igc 5754633ebce 15/78: WIP, Gerd Moellmann, 2024/06/14
- scratch/igc 8d0bce3e858 18/78: Record times differently, Gerd Moellmann, 2024/06/14