comp.lang.ada
 help / color / mirror / Atom feed
* GPL 2008 is out... and it's faster!
@ 2008-06-05 13:33 Alex R. Mosteo
  2008-06-05 15:50 ` Anh Vo
  0 siblings, 1 reply; 4+ messages in thread
From: Alex R. Mosteo @ 2008-06-05 13:33 UTC (permalink / raw)


Hello,

I'm sure many of you are aware that the GPL 2008 version of GNAT was released
yesterday. It includes several goodies, but the first thing I noticed when
compiling part of my codebase is that it felt faster.

And sure enough, here is a preliminary test, compiling my particular do-it-all
library:

$ time gprbuild -Pagpl

GNAT GPL 2007
real    4m35.149s
user    4m1.219s
sys     0m12.529

GNAT GPL 2008
real    3m55.710s
user    3m22.225s
sys     0m12.713s

I guess there's been a change in the gcc backend leading to this nice speed-up.
Incidentally, I had to change just one line of code to get this (rather large)
library to compile (some ambiguity that wasn't perceived as such in the 2007
version).

And now, to test if interfaces are more useable than before...



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

end of thread, other threads:[~2008-06-06 17:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-05 13:33 GPL 2008 is out... and it's faster! Alex R. Mosteo
2008-06-05 15:50 ` Anh Vo
2008-06-05 18:12   ` Alex R. Mosteo
2008-06-06 17:10     ` Anh Vo

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