unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* MPS: is_mps is gone
@ 2024-06-29 16:54 Gerd Möllmann
  0 siblings, 0 replies; only message in thread
From: Gerd Möllmann @ 2024-06-29 16:54 UTC (permalink / raw)
  To: Emacs Devel; +Cc: Helmut Eller, Eli Zaretskii

I've just made a pretty basic change, so if you encounter new problems
it could be this:

igc.c used to have a function is_mps that returned true if an address
was in MPS. But, this was an ugly approximationm - it could return false
positives because the MPS API functioh for that was too expensive for
where is_mps was used.

I've now replaced this with a function has_header which returns true if
a client object has an igc_header, which is considered to be the case if
it isn't a built-in object in the data segment. And telling if something
is a built-in object is exact, no false positives.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-29 16:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-29 16:54 MPS: is_mps is gone Gerd Möllmann

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).