Is it safe to use a variable after modifying via a rebound pointer?
|
|
5
|
1077
|
February 18, 2021
|
Minimizing Memory Footprint of Swift Types <-> C Types
|
|
16
|
3067
|
October 24, 2020
|
How to initialize array of class instances using a buffer of uninitialised memory?
|
|
11
|
2078
|
August 12, 2020
|
Is it safe mutate collection through its indices on fly?
|
|
2
|
594
|
August 4, 2020
|
Enabling safe, non-optional, circular referencing with shared reference counts
|
|
16
|
2730
|
July 9, 2020
|
Law of Exclusivity: Violation or not with class type
|
|
5
|
989
|
April 25, 2019
|
Unaligned Load
|
|
5
|
2330
|
April 10, 2019
|
Multithreading concurrent SIMD tasks
|
|
5
|
1089
|
March 16, 2019
|
Ignoring const in unsafe swift
|
|
10
|
1208
|
January 5, 2019
|
Avoiding unbreakable reference cycle with value types and closures?
|
|
35
|
12511
|
December 21, 2018
|
Renaming of weakified arguments
|
|
4
|
1924
|
September 25, 2018
|
"Conflicting Access to In-Out Parameters" some case seem to have undefined behavior
|
|
26
|
1914
|
June 28, 2018
|
If the compiler can prove the access is safe, is it really safe?
|
|
9
|
910
|
June 25, 2018
|