|
Unexpected ObjC bridging symbols emitted for pure-Swift final classes in Array/Set
|
|
12
|
537
|
May 30, 2026
|
|
Swift mention in C++ safety post
|
|
5
|
1022
|
May 9, 2026
|
|
I reimplemented Foundation's JSONEncoder and made it 33% faster using compile-time strategy dispatch
|
|
7
|
626
|
January 19, 2026
|
|
Optimization quirk with OrderedSet init
|
|
0
|
154
|
December 28, 2025
|
|
Implementing optimization comments in `indexstore-db`?
|
|
2
|
310
|
December 15, 2025
|
|
Missed optimizations due to integer overflow checks
|
|
4
|
524
|
December 14, 2025
|
|
Nested InlineArray generates unnecessary copies
|
|
3
|
279
|
November 22, 2025
|
|
SE-0496: `@inline(always)` Attribute
|
|
23
|
1508
|
October 23, 2025
|
|
[Accepted] SE-0496: `@inline(always)` Attribute
|
|
0
|
347
|
October 23, 2025
|
|
Undefined symbols linker error at -Osize (App + Extensions linking against a shared framework)
|
|
0
|
152
|
September 12, 2025
|
|
Is it safe to deinitialize() uninitialized memory if it was bound to a trivial type?
|
|
5
|
289
|
August 29, 2025
|
|
Optimizing task switching in deeply-nested concurrent code
|
|
6
|
465
|
August 1, 2025
|
|
Implementation technique of `try_fold()`
|
|
2
|
197
|
July 28, 2025
|
|
How to implement a Swift analogue of `benchmark::DoNotOptimize`?
|
|
1
|
188
|
March 10, 2025
|
|
Static member lookup performance / alternatives
|
|
3
|
225
|
March 5, 2025
|
|
Compiler optimization with computed properties
|
|
1
|
303
|
February 13, 2025
|
|
Why retain/release pair is not removed in this particular case?
|
|
6
|
495
|
January 15, 2025
|
|
Pitch: Support LTO for Swift
|
|
27
|
5943
|
November 27, 2024
|
|
SIMD code won't produce `zip2.8h`, but `zip1.8h` works fine
|
|
5
|
376
|
November 20, 2024
|
|
How Much Can the Compiler Optimise This Function?
|
|
3
|
302
|
October 21, 2024
|
|
What does ".island" suffix in symbol name mean?
|
|
6
|
734
|
September 3, 2024
|
|
Crash during MergeFunctions pass
|
|
1
|
333
|
June 21, 2024
|
|
Specialised closures in an ABI-stable library
|
|
3
|
753
|
June 6, 2024
|
|
Casting/Type checking in Swift broken with Objective-C covariance?
|
|
0
|
272
|
May 29, 2024
|
|
Recommended Xcode settings for Release builds
|
|
1
|
1962
|
May 28, 2024
|
|
Questions about the ClosureLifetimeFixup pass
|
|
15
|
1586
|
May 8, 2024
|
|
How to make the swift compiler to remove unused code?
|
|
0
|
679
|
May 2, 2024
|
|
Why my '-cross-module-optimization' does not work?
|
|
0
|
400
|
May 1, 2024
|
|
Closure specialization for reabstracted closures
|
|
1
|
624
|
April 8, 2024
|
|
Non-inout indirect types not supported in closure-specialization optimization
|
|
2
|
422
|
March 21, 2024
|