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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Build language with weak typing, then add scaffolding later to strengthen it? Date: Fri, 29 May 2015 10:27:53 +0100 Organization: A noiseless patient Spider Message-ID: References: <127b004d-2163-477b-9209-49d30d2da5e1@googlegroups.com> <59a4ee45-23fb-4b0e-905c-cc16ce46b5f6@googlegroups.com> <46b2dce1-2a1c-455d-b041-3a9d217e2c3f@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="8f3bdf433f184ad9fec01bd73e350c65"; logging-data="21162"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19T2RZoQ8X2/PocIIFRwuVPlTBs2ReBzrI=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:13C0/6aUrfz0BNQDAV1nXW2IlW4= sha1:Xcp8ohBDBNtC3uk9pgsGWaiavJg= Xref: news.eternal-september.org comp.lang.ada:26055 Date: 2015-05-29T10:27:53+01:00 List-Id: jan.de.kruyf@gmail.com writes: > In the thread about the shortest path through a task Simon came up > with some number for interrupt latency in Ravenscar that horrifies > me. Surely the object of the exercise of having interrupts at all is > defeated by now, At least in my application. (High speed motion > control) To me, 6 us didn't seem too bad. You have to pay for using high-level constructs (high-ish, in the case of Ravenscar, of course). But then, I remember the manual-guide-torpedo-by-wire system where the team were pleased they'd got the feedback loop time (move joystick to response from torpedo on screen) down from 50 s to 15 s. When asked whether he found it a problem, the CPO said that submariners are used to taking things slowly :-) I should add, the RTS that I timed is based on FreeRTOS. Guess I should do the same timing with AdaCore's RTS.