|
Optimization quirk with OrderedSet init
|
|
0
|
113
|
December 28, 2025
|
|
Implementing optimization comments in `indexstore-db`?
|
|
2
|
206
|
December 15, 2025
|
|
Missed optimizations due to integer overflow checks
|
|
4
|
397
|
December 14, 2025
|
|
Nested InlineArray generates unnecessary copies
|
|
3
|
177
|
November 22, 2025
|
|
SE-0496: `@inline(always)` Attribute
|
|
24
|
1210
|
November 3, 2025
|
|
[Accepted] SE-0496: `@inline(always)` Attribute
|
|
0
|
265
|
October 23, 2025
|
|
Swift mention in C++ safety post
|
|
4
|
737
|
September 16, 2025
|
|
Undefined symbols linker error at -Osize (App + Extensions linking against a shared framework)
|
|
0
|
93
|
September 12, 2025
|
|
Is it safe to deinitialize() uninitialized memory if it was bound to a trivial type?
|
|
5
|
176
|
August 29, 2025
|
|
Optimizing task switching in deeply-nested concurrent code
|
|
6
|
325
|
August 1, 2025
|
|
Implementation technique of `try_fold()`
|
|
2
|
134
|
July 28, 2025
|
|
How to implement a Swift analogue of `benchmark::DoNotOptimize`?
|
|
1
|
139
|
March 10, 2025
|
|
Static member lookup performance / alternatives
|
|
3
|
177
|
March 5, 2025
|
|
Compiler optimization with computed properties
|
|
1
|
209
|
February 13, 2025
|
|
Why retain/release pair is not removed in this particular case?
|
|
6
|
360
|
January 15, 2025
|
|
Pitch: Support LTO for Swift
|
|
27
|
5594
|
November 27, 2024
|
|
SIMD code won't produce `zip2.8h`, but `zip1.8h` works fine
|
|
5
|
323
|
November 20, 2024
|
|
How Much Can the Compiler Optimise This Function?
|
|
3
|
255
|
October 21, 2024
|
|
What does ".island" suffix in symbol name mean?
|
|
6
|
643
|
September 3, 2024
|
|
Crash during MergeFunctions pass
|
|
1
|
287
|
June 21, 2024
|
|
Specialised closures in an ABI-stable library
|
|
3
|
703
|
June 6, 2024
|
|
Casting/Type checking in Swift broken with Objective-C covariance?
|
|
0
|
237
|
May 29, 2024
|
|
Recommended Xcode settings for Release builds
|
|
1
|
1884
|
May 28, 2024
|
|
Questions about the ClosureLifetimeFixup pass
|
|
15
|
1460
|
May 8, 2024
|
|
How to make the swift compiler to remove unused code?
|
|
0
|
628
|
May 2, 2024
|
|
Why my '-cross-module-optimization' does not work?
|
|
0
|
357
|
May 1, 2024
|
|
Closure specialization for reabstracted closures
|
|
1
|
566
|
April 8, 2024
|
|
Non-inout indirect types not supported in closure-specialization optimization
|
|
2
|
358
|
March 21, 2024
|
|
Trying to understand POD (plain old datatypes)
|
|
14
|
4256
|
February 19, 2024
|
|
Getting optimization information using the `-Rpass` flags
|
|
1
|
397
|
December 8, 2023
|