This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/34797] [parallel mode] Settings are separated for each compilation unit



------- Comment #3 from bkoz at gcc dot gnu dot org  2008-01-17 17:20 -------

I'd actually worked up a solution that takes the mt_allocator.h approach of a
settings datum, with public get/set methods. Thus, the default datum is private
to the libstdc++.a/.so binary. 

This is the eventual solution, I think, but maybe not the best temporary one. 

I'd not finished it off, as there was some question about forward compat. I'll
attach include/parallel/settings.h to this bug report.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34797


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