From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder.news-service.com!news.netcologne.de!newsfeed-fusi2.netcologne.de!newsfeed.straub-nv.de!noris.net!news.teledata-fn.de!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Mon, 18 Jan 2010 18:17:20 +0100 From: Georg Bauhaus User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Writing an Operating System in Ada References: <8e9bc311-7540-40a1-b19e-49e93648c25c@s31g2000yqs.googlegroups.com> <9oyblld05omh$.1dzhmyoseeb7x$.dlg@40tude.net> <414945fd-8ed5-4f42-a237-0685602332b3@f5g2000yqh.googlegroups.com> <4176d6eb-fefe-4bd7-9378-55a33a12d458@e37g2000yqn.googlegroups.com> <5908c8c1-9a81-4877-a4da-827521b01263@p24g2000yqm.googlegroups.com> <1p8z3tc1d5rw6.jryi563tb4j5.dlg@40tude.net> <75592fbb-f9e8-4e4e-ae23-e63979f8925a@q4g2000yqm.googlegroups.com> <14ipqwq487sr.1gczeyh5apq5a$.dlg@40tude.net> <4b5444ab$0$7615$9b4e6d93@newsspool1.arcor-online.net> <1l74z2ijrog3d$.1af6vpgc2qq8c$.dlg@40tude.net> <4b547c92$0$6565$9b4e6d93@newsspool4.arcor-online.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4b5497a1$0$7621$9b4e6d93@newsspool1.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 18 Jan 2010 18:17:21 CET NNTP-Posting-Host: 7461f378.newsspool1.arcor-online.net X-Trace: DXC=Ua=nBAgHBRL2jYf>V4L0gLic==]BZ:afN4Fo<]lROoRA<`=YMgDjhgBb^cNoI:eR_Lnc\616M64>JLh>_cHTX3jMJV3:BHHVK_K X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:8788 Date: 2010-01-18T18:17:21+01:00 List-Id: Dmitry A. Kazakov schrieb: > There is a common ancestor for both types. What you probably had in mind > was a conversion is between types from independent hierarchies rooted on > different hosts. That normally should not be needed. Well, I learned from the discussion that independent roots of blobs' types it is a quite common case. In fact, it is the very cases on which the objections were based. > To me the problem rather is in passing the concrete type of Y, which the > program will never have to learn, but the run-time must. It will modify the > dispatching tables, take the implementations of overridden operations in > the form of some byte code (?) etc. Right. The modifiable dispatching tables are the interesting part or an O-O file system. I guess that CORBA and Microsoft CORBA (.NET) may offer some hints.