Commits

John McCall committed 46d35ed288c
Change the layout of class existentials to put the instance pointer first. This most important effect of this is that accesses to that field don't need to be dynamically offsetted past an arbitrary number of value witnesses, which is pretty nice for the generic value witnesses. Swift SVN r16243