public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/30619]  New: G++ OpenMP uses TREE_COMPLEXITY
@ 2007-01-28  0:11 steven at gcc dot gnu dot org
  2007-01-28  0:38 ` [Bug c++/30619] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: steven at gcc dot gnu dot org @ 2007-01-28  0:11 UTC (permalink / raw)
  To: gcc-bugs

from cp/cp-tree.h:

/* Used to store the operation code when in a template context.  */
#define OMP_ATOMIC_CODE(NODE) \
  (OMP_ATOMIC_CHECK (NODE)->exp.complexity)

This is blocking the removal of TREE_COMPLEXITY, which is a significant source
of waste of memory in gcc.


-- 
           Summary: G++ OpenMP uses TREE_COMPLEXITY
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: memory-hog
          Severity: enhancement
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: steven at gcc dot gnu dot org


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


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

* [Bug c++/30619] G++ OpenMP uses TREE_COMPLEXITY
  2007-01-28  0:11 [Bug c++/30619] New: G++ OpenMP uses TREE_COMPLEXITY steven at gcc dot gnu dot org
@ 2007-01-28  0:38 ` pinskia at gcc dot gnu dot org
  2007-01-28  0:49 ` pinskia at gcc dot gnu dot org
  2007-03-30 20:05 ` steven at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-28  0:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-01-28 00:38 -------
Created an attachment (id=12973)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12973&action=view)
patch which needs testing and a little cleanup including documentation/comment
fixes

I quickly tested this on:
template <typename t>
int Birkhoff_with_Vol_para(int n)
{
t I;
#pragma omp atomic
I++;
}

int f(int a)
{
  return Birkhoff_with_Vol_para<int>(a);
}

And I got the correct result, there still needs some cleanup of the patch, the
OMP_ATOMIC_TP_* macros need their comments fixed as I just copied from
STATIC_ASSERT_*.  I need to check on line numbering issues but other than those
two, it should work.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug c++/30619] G++ OpenMP uses TREE_COMPLEXITY
  2007-01-28  0:11 [Bug c++/30619] New: G++ OpenMP uses TREE_COMPLEXITY steven at gcc dot gnu dot org
  2007-01-28  0:38 ` [Bug c++/30619] " pinskia at gcc dot gnu dot org
@ 2007-01-28  0:49 ` pinskia at gcc dot gnu dot org
  2007-03-30 20:05 ` steven at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-28  0:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-01-28 00:49 -------
I have a fix for the line number issue I found after creating the above patch.


-- 


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


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

* [Bug c++/30619] G++ OpenMP uses TREE_COMPLEXITY
  2007-01-28  0:11 [Bug c++/30619] New: G++ OpenMP uses TREE_COMPLEXITY steven at gcc dot gnu dot org
  2007-01-28  0:38 ` [Bug c++/30619] " pinskia at gcc dot gnu dot org
  2007-01-28  0:49 ` pinskia at gcc dot gnu dot org
@ 2007-03-30 20:05 ` steven at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: steven at gcc dot gnu dot org @ 2007-03-30 20:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from steven at gcc dot gnu dot org  2007-03-30 21:05 -------
TREE_COMPLEXITY is history


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2007-03-30 20:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-28  0:11 [Bug c++/30619] New: G++ OpenMP uses TREE_COMPLEXITY steven at gcc dot gnu dot org
2007-01-28  0:38 ` [Bug c++/30619] " pinskia at gcc dot gnu dot org
2007-01-28  0:49 ` pinskia at gcc dot gnu dot org
2007-03-30 20:05 ` steven at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).