Re: [PATCH 00/23] prange: pointer ranges

2024-05-09 Thread David Edelsohn
> Tested and benchmarked on x86-64 Linux. Why aren't these patches being tested on all major architectures, especially those available in the Compile Farm? At least for correctness, if not performance. Thanks, David

[PATCH 00/23] prange: pointer ranges

2024-05-04 Thread Aldy Hernandez
This patchset implements prange, a range class for pointers. This is meant to be a drop-in replacement for pointer ranges, so we can pull them out of irange, simplifying both irange and prange in the process. Initially we have two integer endpoints and the usual value/mask bitmasks as this is how