Commits

Joe Groff committed ba11a1c1217
StdlibStubs: Favor swift::Lazy over static local initialization. To minimize code size and VM live set, we try to funnel all one-time initialization through swift_once instead of mixing it with the C++ runtime's support for lazy static initialization.