Let OFFSET-CONFLICTS-IN-SB check multiple offsets at a time
authorPaul Khuong <pvk@pvk.ca>
Tue, 12 Nov 2013 22:44:54 +0000 (17:44 -0500)
committerPaul Khuong <pvk@pvk.ca>
Mon, 2 Dec 2013 03:44:43 +0000 (22:44 -0500)
Instead of calling that function within a loop. Now returns the
offending offset if any, instead of a plain T. It probably doesn't
make that much of a difference, but we might as well factor it out
and recycle some pointer chasing at the same time.


No differences found