comp.lang.ada
 help / color / mirror / Atom feed
* Where to find Ravenscar compatible ADT Containers (List, Vector, stack)
@ 2018-08-28 12:06 Daniel Norber
  2018-08-28 14:48 ` Shark8
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Daniel Norber @ 2018-08-28 12:06 UTC (permalink / 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.



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-09-03  9:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-28 12:06 Where to find Ravenscar compatible ADT Containers (List, Vector, stack) Daniel Norber
2018-08-28 14:48 ` 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

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