Files
swift-mirror/test/SILOptimizer/static_arrays.swift
Erik Eckstein c62b452ee0 IRGen: don't initialized a global_object static object if not needed.
We don't need to initialize the global object if it's never used for something which can access the object header.

This let's e.g. lookup-tables to be compiled with zero Array-overhead.

rdar://59874359
2021-03-15 11:54:23 +01:00

9.2 KiB