all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* MPS: nativecomp ABI
@ 2024-07-05 14:44 Pip Cet
  2024-07-06 17:53 ` Andrea Corallo
  0 siblings, 1 reply; 4+ messages in thread
From: Pip Cet @ 2024-07-05 14:44 UTC (permalink / raw)
  To: Emacs Devel, Andrea Corallo

Hello,

I'm working on scratch/igc. One thing I'd like to do is put the IGC header which all objects will require (for now) into these structs:

struct Lisp_Cons
struct Lisp_Symbol
struct Lisp_String
struct Lisp_Float
union vectorlike_header

IIUC, this means changing the nativecomp ABI hash (which means I'll have to rebuild the .eln files, I think) and adjusting any nativecomp code which knows about the structure layouts. However, I've only been able to find that for Lisp_Cons and struct Lisp_Symbol_With_Pos, which declares its header as ptrdiff_t. Are there more, or do the others all use C functions for access?

Things appear to work, but I'd rather not miss anything and haven't looked at this code in years.

Thanks!
Pip



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-08  9:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-05 14:44 MPS: nativecomp ABI Pip Cet
2024-07-06 17:53 ` Andrea Corallo
2024-07-07 19:11   ` Pip Cet
2024-07-08  9:08     ` Andrea Corallo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.