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)
commit19319c931fc1636835dbef71808cc10e252bcf45
tree9d2fa81cc9ecf49f22ff7fa832bf7272456c5c35
parent12b1dae1a1ed90c6ffe4d958f1281c1c04a8e89b
Let OFFSET-CONFLICTS-IN-SB check multiple offsets at a time

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.
src/compiler/pack.lisp