comp.lang.ada
 help / color / mirror / Atom feed
From: Daniel Norber <danielnorberto@gmail.com>
Subject: Where to find Ravenscar compatible ADT Containers (List, Vector, stack)
Date: Tue, 28 Aug 2018 05:06:18 -0700 (PDT)
Date: 2018-08-28T05:06:18-07:00	[thread overview]
Message-ID: <eec01618-ee08-4f7e-be3d-cb16ef2beb4b@googlegroups.com> (raw)


The standard ADA.Containers library is not prepared for Ravenscar use.
Even bounded versions, like Bounded_double_Linked_List have several violations of Ravenscar, like Implicit_Heap_Allocation when i try to instantiate it, and bind it.


I've Found ADA95 booch ADT, but is not ready for the new ADA2012 aspects that let you write something like this:

for E of List loop
  E:= E + 1;
  --E is a reference. That increases performance with big structures.
end loop;

Someone know a modern ADA2012 third party ADT that compliances Ravenscar?.
Seems like ADA forgot Ravenscar users when they released 2005 containers.



             reply	other threads:[~2018-08-28 12:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-28 12:06 Daniel Norber [this message]
2018-08-28 14:48 ` Where to find Ravenscar compatible ADT Containers (List, Vector, stack) Shark8
2018-09-03  9:39   ` Daniel Norber
2018-08-28 15:03 ` Simon Wright
2018-09-03  9:42   ` Daniel Norber
2018-08-29  0:24 ` Randy Brukardt
2018-08-30  0:21   ` Jere
2018-08-30  7:13     ` Jeffrey R. Carter
2018-08-30 12:14     ` AdaMagica
2018-08-30 23:40     ` Randy Brukardt
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox