diff options
Diffstat (limited to 'gcc/ChangeLog')
| -rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2e2db7b..01aa28e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2008-09-25 Martin Jambor <mjambor@suse.cz> + + * cgraph.c (free_nodes): New variable. + (NEXT_FREE_NODE): New macro. + (cgraph_create_node): Reuse nodes from the free list. Do not + update uid if doing so. + (cgraph_remove_node): Add the node to the free list. + 2008-09-25 Gerald Pfeifer <gerald@pfeifer.com> * config/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. |
