Commits

Joe Groff committed 2be26b31a51
Make the deallocating destructor actually deallocate. Emit the deallocObject runtime call inside the deallocating destructor for a heap object, instead of inside swift_release. This will allow for heap objects with known size to directly call fast deallocator entry points and potentially custom deallocators in the future. Swift SVN r5027