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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!gandalf.srv.welterde.de!news.jacob-sparre.dk!franka.jacob-sparre.dk!pnx.dk!.POSTED.rrsoftware.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Ravenscar References Date: Tue, 22 Jan 2019 16:05:57 -0600 Organization: JSA Research & Innovation Message-ID: References: Injection-Date: Tue, 22 Jan 2019 22:05:58 -0000 (UTC) Injection-Info: franka.jacob-sparre.dk; posting-host="rrsoftware.com:24.196.82.226"; logging-data="7122"; mail-complaints-to="news@jacob-sparre.dk" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.7246 Xref: reader01.eternal-september.org comp.lang.ada:55329 Date: 2019-01-22T16:05:57-06:00 List-Id: "J-P. Rosen" wrote in message news:q26nhh$nr4$1@dont-email.me... > Le 22/01/2019 à 00:19, Randy Brukardt a écrit : >> I don't think it is possible to "convert" regular Ada code into Ravenscar >> (unless, of course, it doesn't use any tasks ;-). You pretty much have to >> completely rewrite it with Ravenscar in mind. (In this way, it is very >> much >> like using SPARK.) > > I don't fully agree with that statement; it all depends where you start > from. > > I recently helped one of my clients who wanted to move to Ravenscar. The > original structure was all Ada83, communicating with rendezvous. > However, it was already safety critical, therefore based on cyclic, > never ending tasks, and limited communications. It was reasonably easy > to define patterns for matching the existing structure into Ravenscar > patterns. The OP was looking for free resources to do this job for any existing Ada code, and that clearly doesn't exist, and it can't exist. I certainly believe that it can be done if the code is already quite limited and if you hire a Ravenscar expert to help. :-) Randy.