emacs-devel
[Top][All Lists]
Advanced

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

A question about struct coding_system


From: Dmitry Antipov
Subject: A question about struct coding_system
Date: Mon, 21 Nov 2011 20:13:49 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0

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



reply via email to

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