comp.lang.ada
 help / color / mirror / Atom feed
* Storage_Size in a Simple Program
@ 2018-10-21 21:35 Charles H. Sampson
  2018-10-22  4:00 ` Simon Wright
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Charles H. Sampson @ 2018-10-21 21:35 UTC (permalink / raw)


I've got a conceptually simple program that uses a lot of memory. It is
highly recursive (using a lot of stack) and also puts a lot of stuff on
the heap. Is there any way to specify that a lot of memory is needed
other than pragma Storage_Size?

As it is, I have three totally artificial tasks hidden in packages. The
packages' entry routines are simply pass-throughs to their embedded
task's entries. There are no concurrency issues because the simple
program is single-threaded at heart.

Is that it? That's a lot of baggage just to give permission to use more
memory, particularly when there's a lot of memory lying around now.

Thanks.

Charlie
-- 
Nobody in this country got rich on his own.  You built a factory--good.
But you moved your goods on roads we all paid for.  You hired workers we
all paid to educate. So keep a big hunk of the money from your factory.
But take a hunk and pay it forward.  Elizabeth Warren (paraphrased)

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

end of thread, other threads:[~2018-10-31 20:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-21 21:35 Storage_Size in a Simple Program Charles H. Sampson
2018-10-22  4:00 ` Simon Wright
2018-10-22  5:46 ` Jacob Sparre Andersen
2018-10-22 11:39   ` joakimds
2018-10-22 12:17     ` Egil H H
2018-10-22 13:51       ` Simon Wright
2018-10-24  9:07 ` Charles H. Sampson
2018-10-24 20:51   ` Niklas Holsti
2018-10-25 13:37     ` joakimds
2018-10-25 15:56       ` Simon Wright
2018-10-25 21:32         ` Niklas Holsti
2018-10-25 21:39         ` joakimds
2018-10-29 20:58           ` Randy Brukardt
2018-10-30 19:31             ` Niklas Holsti
2018-10-31 20:45               ` Randy Brukardt
2018-10-25 22:23   ` Anh Vo

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