Skip to content

Address post-commit review comments on PR #11910 #12605

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

Merged
merged 1 commit into from
Oct 25, 2017

Conversation

swiftix
Copy link
Contributor

@swiftix swiftix commented Oct 24, 2017

  • Use SWIFT_RUNTIME_EXPORT instead of SWIFT_RT_ENTRY_VISIBILITY for exposed functions
  • Use _swift_ prefixes on the names of exposed functions
  • Make the global counters and per-object counters cache thread-safe by using locks
  • Use Lazy to avoid warnings about global destructors for global objects

- Use SWIFT_RUNTIME_EXPORT instead of SWIFT_RT_ENTRY_VISIBILITY for exposed functions
- Use `_swift_`  prefixes on the names of exposed functions
- Make the global counters and per-object counters cache thread-safe by using locks
@swiftix
Copy link
Contributor Author

swiftix commented Oct 24, 2017

@swift-ci please smoke test

@swiftix
Copy link
Contributor Author

swiftix commented Oct 24, 2017

@gparker42 @jrose-apple I've addressed your comments on #11910

@swiftix
Copy link
Contributor Author

swiftix commented Oct 25, 2017

@swift-ci please smoke test Linux

@swiftix swiftix merged commit 6d3fd90 into swiftlang:master Oct 25, 2017
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.

1 participant