This is the mail archive of the gcc@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]

Re: pch on sparc64


On Sat, 6 Nov 2004 21:02:47 -0500
Daniel Jacobowitz <drow@false.org> wrote:

> GCC already aligns the mapping to some particular offset (usually the
> page size).  It should be trivial to inform GCC to round to a higher
> offset.

That sounds like a possible solution.

But it has to be aligned in the file too.  So if GCC puts some
header information at the beginning of the PCH file, which I believe
it does, that has to be taken into consideration.


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