Skip to content

Commit 2333386

Browse files
Test out perf impact of making Hasher resilient
1 parent ad7bbdf commit 2333386

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/core/Hasher.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ internal struct _BufferingHasher<Core: _HasherCore> {
276276
/// different values on every new execution of your program. The hash
277277
/// algorithm implemented by `Hasher` may itself change between any two
278278
/// versions of the standard library.
279-
@_fixed_layout // FIXME: Should be resilient (rdar://problem/38549901)
280279
public struct Hasher {
281280
internal typealias RawCore = _SipHash13Core
282281
internal typealias Core = _BufferingHasher<RawCore>

0 commit comments

Comments
 (0)