Do we really need bounded pointer check in assembly code?

H. J. Lu hjl@lucon.org
Thu May 22 17:17:00 GMT 2003


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.



More information about the Libc-alpha mailing list