This is the mail archive of the gcc-patches@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: PR 11350


> On Sun, Jan 11, 2004 at 11:49:32AM +0100, Jan Hubicka wrote:
> > Yes, but we will offset random possition in the code and load the value.
> > Do you think that this is safe?
> 
> Yes.  We won't be using the value.

But the read in code segment itself may trap on some architectures?  I
can imagine it even trap on i386 in case the table used to be gigantic
so we get out of mapped pages.  This is very side case, so I will do the
change if it seems more resonable.

Honza
> 
> 
> r~


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