diff options
author | Andy Wingo <wingo@pobox.com> | 2016-11-18 21:14:56 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2016-11-18 21:18:23 +0100 |
commit | 705e3a83c85b51876f644a55a90863aafe0b6be6 (patch) | |
tree | 0c01a701ef5d2a4c280962a6d344e8643ced2e23 /libguile/async.c | |
parent | 4985ef13e68c83adf3e83f2c981205806ed9b621 (diff) | |
download | guile-705e3a83c85b51876f644a55a90863aafe0b6be6.tar.gz |
Remove SCM_DEBUG_CELL_ACCESSES==1
Since the move to BDW-GC this option has not been useful.
* libguile/__scm.h (SCM_DEBUG_CELL_ACCESSES): Remove default
definition.
* libguile/gc.h: Add comment about cells.
(SCM_VALIDATE_CELL): Remove. I did a search on the internet and I
found no external users.
(SCM_CELL_WORD, SCM_CELL_OBJECT, SCM_SET_CELL_WORD)
(SCM_SET_CELL_OBJECT, SCM_CELL_OBJECT_LOC): Remove SCM_VALIDATE_CELL
uses.
* libguile/gc.c (scm_debug_cell_accesses_p)
(scm_expensive_debug_cell_accesses_p)
(scm_debug_cells_gc_interval, scm_i_expensive_validation_check)
(scm_assert_cell_valid): Remove bindings only available when
SCM_DEBUG_CELL_ACCESSES was 1.
* libguile/list.c (scm_list_n): Remove SCM_VALIDATE_CELL usage.
Diffstat (limited to 'libguile/async.c')
0 files changed, 0 insertions, 0 deletions