This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 8/9] Remove useless Guile SMOB marking functions


Andy Wingo <wingo@igalia.com> writes:

> * gdb/guile/scm-breakpoint.c:
> * gdb/guile/scm-exception.c:
> * gdb/guile/scm-iterator.c:
> * gdb/guile/scm-objfile.c:
> * gdb/guile/scm-pretty-print.c:
> * gdb/guile/scm-symtab.c:
> * gdb/guile/scm-type.c:
> * gdb/guile/scm-value.c: Remove useless SMOB mark functions -- the SMOB
>   data for all of these is allocated using scm_gc_malloc, so it is
>   automatically marked.
> ---
>  gdb/guile/scm-breakpoint.c   | 14 --------------
>  gdb/guile/scm-exception.c    | 12 ------------
>  gdb/guile/scm-iterator.c     | 13 -------------
>  gdb/guile/scm-objfile.c      | 14 --------------
>  gdb/guile/scm-pretty-print.c | 29 -----------------------------
>  gdb/guile/scm-symtab.c       | 11 -----------
>  gdb/guile/scm-type.c         | 11 -----------
>  gdb/guile/scm-value.c        | 13 -------------
>  8 files changed, 117 deletions(-)

Time for some overdue review of the Guile docs,
especially the section on smobs ...
Blech!

This is ok with the requisite changelog corrections.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]