Skip to content

Conversation

stephentyrone
Copy link
Contributor

@stephentyrone stephentyrone commented May 29, 2019

  • It turns out that 16 is the only size that the stdlib actually uses with _FixedArray, so the .gyb isn't eliminating any boilerplate anyway; make it a normal Swift file.
  • _SmallBuffer simply isn't used at all, so get rid of it.

It turns out that 16 is the only size that the stdlib actually uses, so the .gyb isn't eliminating any boilerplate anyway.
@stephentyrone stephentyrone requested a review from lorentey May 29, 2019 23:21
@stephentyrone
Copy link
Contributor Author

@swift-ci smoke test

... so that's another vestigial static-buffer we can eliminate.
@stephentyrone stephentyrone changed the title De-GYB FixedArray.swift Streamline fixed-size buffers in the standard library May 29, 2019
@stephentyrone
Copy link
Contributor Author

@swift-ci test and merge

@gottesmm
Copy link
Contributor

Woot!

@gottesmm
Copy link
Contributor

@swift-ci test and merge

1 similar comment
@gottesmm
Copy link
Contributor

@swift-ci test and merge

@swift-ci swift-ci merged commit 9571d46 into swiftlang:master May 30, 2019
@stephentyrone stephentyrone deleted the de-gyb-fixedarray branch May 30, 2019 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants