aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.h
diff options
context:
space:
mode:
authorHelmut Eller2024-05-23 16:42:06 +0200
committerGerd Möllmann2024-05-23 18:27:23 +0200
commit15271ea88e910f9ef4f4bb6d7759391e66b034a2 (patch)
tree54fc8d377dd91735ea2c2b0b58f35d1ff69b31f7 /src/comp.h
parent1b16c64669d8352c1c89e11867f9b327875c2440 (diff)
downloademacs-15271ea88e910f9ef4f4bb6d7759391e66b034a2.tar.gz
emacs-15271ea88e910f9ef4f4bb6d7759391e66b034a2.zip
Register roots for comp units earlier
Diffstat (limited to 'src/comp.h')
-rw-r--r--src/comp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/comp.h b/src/comp.h
index e2ff7296722..c48e93a0242 100644
--- a/src/comp.h
+++ b/src/comp.h
@@ -54,7 +54,10 @@ struct Lisp_Native_Comp_Unit
54 Lisp_Object *data_eph_relocs; 54 Lisp_Object *data_eph_relocs;
55 size_t n_data_eph_relocs; 55 size_t n_data_eph_relocs;
56 Lisp_Object *comp_unit; 56 Lisp_Object *comp_unit;
57 void *igc_info; 57 struct igc_root *data_relocs_root;
58 struct igc_root *data_imp_relocs_root;
59 struct igc_root *data_eph_relocs_root;
60 struct igc_root *comp_unit_root;
58# endif 61# endif
59 bool loaded_once; 62 bool loaded_once;
60 bool load_ongoing; 63 bool load_ongoing;