This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/34797] [parallel mode] Settings are separated for each compilation unit
- From: "singler at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jan 2008 13:15:48 -0000
- Subject: [Bug libstdc++/34797] [parallel mode] Settings are separated for each compilation unit
- References: <bug-34797-15092@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from singler at gcc dot gnu dot org 2008-01-15 13:15 -------
First of all, we should get rid of these many static variables in the Settings
class, and replace them by usual member variables. Then, there should be one
static/global instance of this Settings class.
The question remains how to concretely implement this static variable.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34797