Swift mention in C++ safety post
|
|
2
|
404
|
February 8, 2025
|
Why retain/release pair is not removed in this particular case?
|
|
6
|
240
|
January 15, 2025
|
Pitch: Support LTO for Swift
|
|
27
|
5019
|
November 27, 2024
|
SIMD code won't produce `zip2.8h`, but `zip1.8h` works fine
|
|
5
|
264
|
November 20, 2024
|
How Much Can the Compiler Optimise This Function?
|
|
3
|
212
|
October 21, 2024
|
What does ".island" suffix in symbol name mean?
|
|
6
|
495
|
September 3, 2024
|
Crash during MergeFunctions pass
|
|
1
|
249
|
June 21, 2024
|
Specialised closures in an ABI-stable library
|
|
3
|
656
|
June 6, 2024
|
Casting/Type checking in Swift broken with Objective-C covariance?
|
|
0
|
209
|
May 29, 2024
|
Recommended Xcode settings for Release builds
|
|
1
|
1763
|
May 28, 2024
|
Questions about the ClosureLifetimeFixup pass
|
|
15
|
1410
|
May 8, 2024
|
How to make the swift compiler to remove unused code?
|
|
0
|
536
|
May 2, 2024
|
Why my '-cross-module-optimization' does not work?
|
|
0
|
340
|
May 1, 2024
|
Closure specialization for reabstracted closures
|
|
1
|
542
|
April 8, 2024
|
Non-inout indirect types not supported in closure-specialization optimization
|
|
2
|
327
|
March 21, 2024
|
Trying to understand POD (plain old datatypes)
|
|
14
|
3900
|
February 19, 2024
|
Getting optimization information using the `-Rpass` flags
|
|
1
|
360
|
December 8, 2023
|
Short Array optimisation
|
|
24
|
2763
|
November 18, 2023
|
Compiler optimisations for functional-style Collection algorithms
|
|
20
|
1293
|
November 14, 2023
|
Debugging SIL optimizations on Builtins
|
|
7
|
529
|
November 10, 2023
|
Closure specialization optimization specific to Swift Autodiff
|
|
6
|
724
|
October 30, 2023
|
Numerical metrics of code quality
|
|
0
|
465
|
October 5, 2023
|
Why does the Swift compiler continue optimizing SIL even after SIL verification failures?
|
|
8
|
863
|
June 20, 2023
|
Inlinable Codable
|
|
3
|
1400
|
June 17, 2023
|
Program size analysis
|
|
4
|
1481
|
May 1, 2023
|
Loop unrolling under arm
|
|
0
|
630
|
December 29, 2022
|
Find out which object gets released in swift_release
|
|
13
|
1744
|
December 1, 2022
|
@_semantics("array.check_subscript") is elided in my code
|
|
0
|
711
|
November 25, 2022
|
Code size difference with keypath vs closure
|
|
0
|
1062
|
November 23, 2022
|
Redundant test instructions in loop
|
|
0
|
597
|
October 28, 2022
|