6 Aug
2004
6 Aug
'04
2:41 a.m.
On Wed, 2004-08-04 at 21:54, Peter Moulder wrote:
In absence of a certain g++ flag, I believe they're automatically assumed to have inlining requested. But compilers don't always inline things one requests to be inlined. It seems there's something about the g_log call that g++-3.3 doesn't like inlining (maybe too many args, maybe the fact that it's variadic, maybe something in the rest of the g_assert macro).
It might behoove us to see if we can develop a variation on the g_assert macro that g++'s optimizer doesn't hate, and if we can submit a patch to glib...
-mental