-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Use a proc macro to declare preallocated symbols #59655
Conversation
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors try for perf |
⌛ Trying commit e76ebf77a364229542ea4a97bd76f0f1e74ad8d1 with merge 61412ac6c97f93955672e1bafe3f9cd5e1edbab8... |
☀️ Try build successful - checks-travis |
@rust-timer build 61412ac6c97f93955672e1bafe3f9cd5e1edbab8 |
Success: Queued 61412ac6c97f93955672e1bafe3f9cd5e1edbab8 with parent 7641873, comparison URL. |
Finished benchmarking try commit 61412ac6c97f93955672e1bafe3f9cd5e1edbab8 |
Random thoughts:
cc @rust-lang/compiler |
Yeah, counting with
I made the
Perf results are pretty irrelevant since this isn't applied to anything yet. |
} | ||
} | ||
|
||
keywords!(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@bors r+ |
📌 Commit 30a86cf has been approved by |
🌲 The tree is currently closed for pull requests below priority 15, this pull request will be tested once the tree is reopened |
Use a proc macro to declare preallocated symbols r? @petrochenkov
This comment has been minimized.
This comment has been minimized.
@bors r- |
@bors r=petrochenkov |
📌 Commit f598091 has been approved by |
⌛ Testing commit f598091 with merge 8a09e37289afb0f45e088bcb70465070a68a3c5c... |
💔 Test failed - checks-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@rust-lang/infra Is this a spurious segfault? |
Use a proc macro to declare preallocated symbols r? @petrochenkov
☀️ Test successful - checks-travis, status-appveyor |
Preallocate BUILTIN_ATTRIBUTES symbols Builds on #59655 r? @petrochenkov
r? @petrochenkov