comp.lang.ada
 help / color / mirror / Atom feed
* binary size
@ 2002-06-04  7:52 Alexei A. P.
  2002-06-04 10:45 ` Jacob Sparre Andersen
  2002-06-04 21:39 ` Peter Bui
  0 siblings, 2 replies; 4+ messages in thread
From: Alexei A. P. @ 2002-06-04  7:52 UTC (permalink / raw)


Given two programs one in C another in Ada95. Simple "HEllo world" program
takes as much as 300K !, same time C program with same functionality only
14K .
Looking at symbol table of both executables I can see that Ada runtime
consumes 90
% of it, then I've got a simple question: Can I move this part into one
shared module ? I
am using GNAT on Linux and I am wondering if this is a right way to go ?
Posibly there is
another, standard, way to make runtime libraries shared ? And Should things
like Text_IO
be included in it as well ?

Alexei.












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

end of thread, other threads:[~2002-06-05  7:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-04  7:52 binary size Alexei A. P.
2002-06-04 10:45 ` Jacob Sparre Andersen
2002-06-04 21:39 ` Peter Bui
2002-06-05  7:37   ` Antonio Duran

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