-
Notifications
You must be signed in to change notification settings - Fork 13.3k
change offset from u32 to u64 #75893
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
Conversation
Why shouldn't it be limited to |
@bors try @rust-timer queue The bump in PlaceElem size here for the very unlikely case of wanting more than 2^32 elements in a slice or so seems pretty unfortunate. |
Awaiting bors try build completion |
⌛ Trying commit f6a4a76 with merge 8b3c4d181991e5ec1946c4e1a4125b118dc26bb0... |
Because it should support whatever offset the target supports. |
Then why isn't it 128 bit? |
☀️ Try build successful - checks-actions, checks-azure |
Queued 8b3c4d181991e5ec1946c4e1a4125b118dc26bb0 with parent 5890563, future comparison URL. |
Rust hasn't ever supported 128 pointer width. |
Finished benchmarking try commit (8b3c4d181991e5ec1946c4e1a4125b118dc26bb0): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
Yea, from the perf results I'd say let's do this (since it reduces complexity and possible ICEs) @bors r+ |
📌 Commit f6a4a76 has been approved by |
☀️ Test successful - checks-actions, checks-azure |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
References #71696
r? @oli-obk
(closed the earlier pr because the rebase got messed up)