This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

Do we really need bounded pointer check in assembly code?


I am writing string/memory functions in assembly code for Pentium 4.
Do we really need bounded pointer check? Gcc is removing its support:

http://gcc.gnu.org/ml/gcc-patches/2003-05/msg01737.html

I won't support bounded pointer check in my initial work. It can be
added later on if necessary.


H.J.


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