This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r178049 - in /branches/pph/gcc/cp: ChangeLog.pp...


Author: gchare
Date: Wed Aug 24 22:44:01 2011
New Revision: 178049

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178049
Log:
Refactor pph_cache_* functions to take a pph_pickle_cache* as a first parameter instead of a pph_stream*.

	* pph-streamer-in.c (ALLOC_AND_REGISTER): Take a pph_pickle_cache*
	as a first parameter instead of a pph_stream*.
	Update all users.
	(ALLOC_AND_REGISTER_ALTERNATE): Likewise.
	* pph-streamer.c (pph_cache_insert_at): Likewise.
	(pph_cache_lookup): Likewise.
	(pph_cache_add): Likewise.
	(pph_cache_get): Likewise.

Modified:
    branches/pph/gcc/cp/ChangeLog.pph
    branches/pph/gcc/cp/pph-streamer-in.c
    branches/pph/gcc/cp/pph-streamer-out.c
    branches/pph/gcc/cp/pph-streamer.c
    branches/pph/gcc/cp/pph-streamer.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]