Commits

Joe Groff committed 38a8b1f7e3a
REPL: Don't call global_ctors before each entry. The REPL was accreting global_ctors and rerunning all global initializers ever registered before every entry. Change it so that it only runs global initializers once and so that the ObjC initialization stuff that needs to happen on a per-entry basis just gets dropped directly into the main() for each entry. Swift SVN r4154