Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2422)

Issue 6244048: [cxx-conversion] New Hash Table (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by Lawrence Crowl
Modified:
11 years, 11 months ago
Reviewers:
jakub, tromey, matz, Diego Novillo, mikestump
CC:
gcc-patches_gcc.gnu.org
Base URL:
svn+ssh://gcc.gnu.org/svn/gcc/branches/cxx-conversion/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : Changed table name. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1106 lines, -208 lines) Patch
M gcc/Makefile.in View 1 9 chunks +14 lines, -8 lines 0 comments Download
M gcc/coverage.c View 1 9 chunks +20 lines, -30 lines 0 comments Download
A gcc/hash-table.h View 1 1 chunk +711 lines, -0 lines 0 comments Download
A gcc/hash-table.c View 1 1 chunk +190 lines, -0 lines 0 comments Download
M gcc/stringpool.c View 1 2 chunks +2 lines, -2 lines 0 comments Download
M gcc/tree-ssa-ccp.c View 1 5 chunks +14 lines, -7 lines 0 comments Download
M gcc/tree-ssa-coalesce.c View 1 6 chunks +13 lines, -15 lines 0 comments Download
M gcc/tree-ssa-pre.c View 1 17 chunks +43 lines, -44 lines 0 comments Download
M gcc/tree-ssa-tail-merge.c View 1 14 chunks +23 lines, -31 lines 0 comments Download
M gcc/tree-ssa-threadupdate.c View 1 15 chunks +49 lines, -44 lines 0 comments Download
M libcpp/identifiers.c View 1 2 chunks +3 lines, -3 lines 0 comments Download
M libcpp/include/symtab.h View 1 4 chunks +10 lines, -10 lines 0 comments Download
M libcpp/init.c View 1 1 chunk +1 line, -1 line 0 comments Download
M libcpp/internal.h View 1 1 chunk +1 line, -1 line 0 comments Download
M libcpp/symtab.c View 1 10 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 10
Lawrence Crowl
Add a type-safe hash table, typed_htab. Uses of this table replace uses of libiberty's htab_t. ...
11 years, 11 months ago (2012-05-24 16:43:45 UTC) #1
jakub_redhat.com
On Thu, May 24, 2012 at 09:43:42AM -0700, Lawrence Crowl wrote: > Add a type-safe ...
11 years, 11 months ago (2012-05-25 06:25:28 UTC) #2
matz_suse.de
Hi, On Fri, 25 May 2012, Jakub Jelinek wrote: > > + /* Return the ...
11 years, 11 months ago (2012-05-25 12:17:12 UTC) #3
Lawrence Crowl
On 5/25/12, Michael Matz <matz@suse.de> wrote: > On Fri, 25 May 2012, Jakub Jelinek wrote: ...
11 years, 11 months ago (2012-05-25 21:05:12 UTC) #4
Lawrence Crowl
On 5/24/12, Jakub Jelinek <jakub@redhat.com> wrote: > On Thu, May 24, 2012 at 09:43:42AM -0700, ...
11 years, 11 months ago (2012-05-25 21:42:39 UTC) #5
jakub_redhat.com
On Fri, May 25, 2012 at 02:42:39PM -0700, Lawrence Crowl wrote: > On 5/24/12, Jakub ...
11 years, 11 months ago (2012-05-28 11:49:55 UTC) #6
Lawrence Crowl
On 5/28/12, Jakub Jelinek <jakub@redhat.com> wrote: > On Fri, May 25, 2012 at 02:42:39PM -0700, ...
11 years, 11 months ago (2012-05-28 21:04:36 UTC) #7
mikestump_comcast.net
On May 25, 2012, at 2:42 PM, Lawrence Crowl wrote: > On 5/24/12, Jakub Jelinek ...
11 years, 11 months ago (2012-05-29 11:50:47 UTC) #8
Lawrence Crowl
Add a type-safe hash table, hash_table. Uses of this table replace uses of libiberty's htab_t. ...
11 years, 11 months ago (2012-06-01 22:37:47 UTC) #9
tromey_redhat.com
11 years, 11 months ago (2012-06-04 19:30:09 UTC) #10
>>>>> "Lawrence" == Lawrence Crowl <crowl@google.com> writes:

Lawrence> Because libcpp was using a typedef hash_table, that typedef has been
Lawrence> renamed cpp_hash_table and uses of it have changed.

The libcpp changes are ok.

Tom
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b