unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* A question about struct coding_system
@ 2011-11-21 16:13 Dmitry Antipov
  2011-11-21 16:55 ` Andreas Schwab
  2011-11-21 17:47 ` Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: Dmitry Antipov @ 2011-11-21 16:13 UTC (permalink / raw)
  To: emacs-devel

At a first glance, struct coding_system should be a vector-like
object with src_object and dst_object at the beginning. But it
isn't, and it looks like that src_object and dst_object are never
marked directly. Thus, it should be guaranteed that, for any
coding_system, objects referenced by src_object and dst_object
are always reachable from another live objects. But I can't
find any code that takes care about this, so I don't understand
why and how it works at all :-(.

Dmitry



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

end of thread, other threads:[~2011-11-21 20:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-21 16:13 A question about struct coding_system Dmitry Antipov
2011-11-21 16:55 ` Andreas Schwab
2011-11-21 20:22   ` Stefan Monnier
2011-11-21 20:32     ` Andreas Schwab
2011-11-21 17:47 ` Stefan Monnier

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).