emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/igc updated (8ec2ed9f400 -> b75d0b6d4d4)


From: Pip Cet
Subject: scratch/igc updated (8ec2ed9f400 -> b75d0b6d4d4)
Date: Sat, 20 Jul 2024 11:23:45 -0400 (EDT)

pipcet pushed a change to branch scratch/igc.

      from  8ec2ed9f400 Fix the build
       new  4b1e9ffbc4a * src/igc.c (set_header): Fix typo
       new  6068cf00cdd Turn union vectorlike_header into struct 
vectorlike_header
       new  8dd2683ab1d Give all GC-relevant objects a GC header
       new  9e748916a31 Adjust the native-compilation code to take into account 
GC headers
       new  cbb59c9cbe3 Initialize GC headers of non-MPS-managed objects
       new  ba6c33d5f75 Adjust CHECK_STRUCTS hashes in src/pdumper.c
       new  b75d0b6d4d4 Bump nativecomp ABI version


Summary of changes:
 doc/lispref/internals.texi |   4 +-
 src/alloc.c                |  30 +++++++++-----
 src/androidterm.h          |   2 +-
 src/bignum.h               |   2 +-
 src/buffer.h               |   2 +-
 src/charset.h              |   1 +
 src/comp.c                 |  64 +++++++++++++++++++++++++----
 src/comp.h                 |   2 +-
 src/dispextern.h           |   4 ++
 src/emacs-module.c         |   2 +-
 src/emacs-module.h.in      |   2 +-
 src/fns.c                  |   5 ++-
 src/font.h                 |   6 +--
 src/frame.h                |   2 +-
 src/haikuterm.h            |   2 +-
 src/igc.c                  |  46 ++++++++++++++++++++-
 src/intervals.h            |   1 +
 src/itree.h                |   2 +
 src/lisp.h                 | 100 +++++++++++++++++++++++++++++----------------
 src/lread.c                |   2 +
 src/pdumper.c              |  57 +++++++++++++-------------
 src/pgtkterm.h             |   2 +-
 src/process.h              |   2 +-
 src/sfntfont.c             |   2 +-
 src/termhooks.h            |   2 +-
 src/thread.h               |   6 +--
 src/treesit.h              |   6 +--
 src/w32term.h              |   2 +-
 src/window.c               |   8 ++--
 src/window.h               |   2 +-
 src/xftfont.c              |   1 +
 src/xterm.h                |   2 +-
 src/xwidget.h              |   4 +-
 33 files changed, 260 insertions(+), 117 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]