This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Status of Ada in GCC?


> Would this imply that Ada.Strings.Bounded becomes actually usable?
> (Currently, every instantiation of Generic_Bounded_Length contributes
> slightly less than 30K of object code on x86.)

fucntion-at-a-time has nothing whatever to do with shared generics. Actually
Ada.Strings.Bounded is perfectly usable in a typical situation where you
have very few different instantiations. 

We have no plans to do anything with shared generics. Actually it would
be possible to code Ada.Strings.Bounded to share common code between
generics, we have that as a possible enhancement on our list,. but it is
unlikely to get done as there has been no demand for this improvement.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]