]> gcc.gnu.org Git - gcc.git/commit
tree.h (mark_tree_hashtable): New function.
authorMark Mitchell <mark@codesourcery.com>
Mon, 27 Nov 2000 07:09:20 +0000 (07:09 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 27 Nov 2000 07:09:20 +0000 (07:09 +0000)
commit9ccb25d582aba15db6bb27944085c7478d532ade
tree0f3bff8650362598772997ba22bded572eefeb8e
parentea8136058d7d1f3214da4ff8aaa16ea5de780b0e
tree.h (mark_tree_hashtable): New function.

* tree.h (mark_tree_hashtable): New function.
* tree.c (mark_tree_hashtable_entry): New function.
(mark_tree_hashtable): Likewise.

* tree.c (struct list_hash): Remove.
(list_hash_table): Make it be an htab.
(struct list_proxy): New type.
(list_hash_eq): New function.
(list_hash_pieces): Renamed from ...
(list_hash): ... this.
(list_hash_lookup): Remove.
(list_hash_add): Remove.
(hash_tree_cons): Use the generic hashtable.
(mark_list_hash): Remove.
(init_tree): Create the hashtable.

From-SVN: r37783
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/tree.c
gcc/tree.h
This page took 0.059686 seconds and 5 git commands to generate.