Files
swift-mirror/include/swift/AST
Doug Gregor 7d48e98f5e Replace the DeferredCodeGen feature with CodeGenerationModel=<model>
The default code generation model for Embedded Swift is "inlinable".
DeferredCodeGen made the default code generation model
"implementation", and there was no spelling for "interface".

Introduce the experimental feature CodeGenerationModel=<model>, which
can be any of those three options. The default remains "inlinable", but
one can now specify "implementation" (which keeps most everything in
SIL) or "interface" (which only keeps the generic things in SIL). The
"interface" mode is more like non-embedded Swift for non-generic
declarations, emitting them into the IR (only) but not SIL. Generic
declarations would remain in SIL.

Implements rdar://172433062.
2026-05-20 08:35:13 -07:00
..
2026-04-28 09:21:46 -07:00
2026-01-23 07:46:50 -08:00
2026-05-14 18:27:00 -07:00
2026-03-14 17:47:51 -04:00
2026-01-23 15:17:28 +00:00
2026-01-20 10:33:27 -08:00