Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

two missing @_inlineables #360

Merged
merged 2 commits into from
Apr 26, 2018
Merged

Conversation

weissi
Copy link
Member

@weissi weissi commented Apr 26, 2018

Motivation:

@_inlineable is important for at least all performance sensitive
functions that use generics and/or closures.

Modifications:

added two missing @_inlineable

Result:

fewer allocations (not measurable because https://bugs.swift.org/browse/SR-7542)

Motivation:

@_inlineable is important for at least all performance sensitive
functions that use generics and/or closures.

Modifications:

added two missing @_inlineable

Result:

fewer allocations (not measurable because https://bugs.swift.org/browse/SR-7542)
@weissi weissi requested review from normanmaurer and Lukasa April 26, 2018 15:13
Copy link
Contributor

@Lukasa Lukasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@weissi weissi merged commit 69c3d28 into apple:master Apr 26, 2018
@weissi weissi deleted the jw-missing-inlineables branch April 26, 2018 17:34
@weissi weissi added the 🔨 semver/patch No public API change. label Apr 26, 2018
@weissi weissi added this to the 1.6.0 milestone Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants