Commits

Joe Groff committed 9fbd9f19b8a
Runtime: Clean up swift_allocBox a bit. Per John's comments, make a GenericBox struct to represent the layout of a generic box allocation, move all the layout calculations into methods on GenericBox, and alter swift_deallocBox to take the type as an argument so that it's future-proofed for when we start special-casing certain types in allocBox. Swift SVN r4613