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

Issue 4635073: [pph] Moved token cache streaming to in/out respectively (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by Gabriel Charette
Modified:
12 years, 10 months ago
CC:
gcc-patches_gcc.gnu.org
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+359 lines, -364 lines) Patch
M gcc/cp/pph.c View 1 chunk +0 lines, -359 lines 0 comments Download
M gcc/cp/pph-streamer.h View 1 chunk +0 lines, -5 lines 0 comments Download
M gcc/cp/pph-streamer-in.c View 1 chunk +158 lines, -0 lines 0 comments Download
M gcc/cp/pph-streamer-out.c View 1 chunk +201 lines, -0 lines 0 comments Download

Messages

Total messages: 3
Gabriel Charette
Moved all token cache streaming to it's respective in/out streamer. They were non-static exposed methods, ...
12 years, 10 months ago (2011-06-27 18:51:22 UTC) #1
Diego Novillo
On 2011/06/27 18:51:22, Gabriel Charette wrote: > 2011-06-27 Gabriel Charette <mailto:gchare@google.com> > > * pph-streamer-in.c ...
12 years, 10 months ago (2011-06-27 19:32:04 UTC) #2
Diego Novillo
12 years, 10 months ago (2011-06-27 20:10:52 UTC) #3
On Mon, Jun 27, 2011 at 15:32,  <dnovillo@google.com> wrote:
> On 2011/06/27 18:51:22, Gabriel Charette wrote:
>
>> 2011-06-27  Gabriel Charette  <mailto:gchare@google.com>
>
>>        * pph-streamer-in.c (pth_get_type_from_index): Moved from pph.c.
>>        (pth_load_number): Moved from pph.c.
>>        (pth_load_token_value): Moved from pph.c.
>>        (pth_load_token): Moved from pph.c.
>>        (pth_load_token_cache): Moved from pph.c. Made static.
>>        * pph-streamer-out.c (pth_get_index_from_type): Moved from pph.c.
>>        (pth_write_number): Moved from pph.c.
>>        (pth_save_token_value): Moved from pph.c.
>>        (pth_save_token): Moved from pph.c.
>>        (pth_save_token_cache): Moved from pph.c. Made static.
>>        * pph-streamer.h (struct cp_token_cache):
>>        Not declared in pph.c, but in parser.h, removed.
>>        (pth_save_token_cache): Now static, removed.
>>        (pth_load_token_cache): Now static, removed.
>
> OK.  Will apply shortly.

Done.


Diego.
Sign in to reply to this message.

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