Page MenuHomePhabricator

Bug 1855622 - Upgrade rayon-core to 1.12.0.
ClosedPublic

Authored by glandium on Sep 28 2023, 6:10 AM.
Referenced Files
Unknown Object (File)
Wed, Mar 25, 5:24 PM
Unknown Object (File)
Sun, Mar 22, 4:37 PM
Unknown Object (File)
Sun, Mar 22, 5:02 AM
Unknown Object (File)
Feb 22 2026, 12:08 AM
Unknown Object (File)
Dec 16 2025, 9:18 PM
Unknown Object (File)
Nov 17 2025, 7:51 PM
Unknown Object (File)
Nov 9 2025, 9:09 PM
Unknown Object (File)
Oct 15 2025, 8:29 AM
Subscribers

Details

Event Timeline

phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: secure-revision.
third_party/rust/rayon-core/src/lib.rs
558

mmmm clean_up_use_current_thread is not in 1.12.0... @emilio, would it be ok to remove the call from StyleThreadPool::shutdown, or should we keep the current version?

emilio added inline comments.
third_party/rust/rayon-core/src/lib.rs
558

If CI doesn't complain I'd go ahead and just remove the call. It causes a leak of an object in main-thread TLS storage, but we only shut down the style pool at the end of the process lifetime so it's not a huge deal.

Cargo.toml
137

These changes should probably be in another phab revision.

Cargo.toml
137

they aren't in this one, it's the byproduct of a local rebase and appears in the interdiff because phabricator is not that smart.

bholley accepted this revision as: Restricted Project.Sep 28 2023, 5:02 PM
This revision is now accepted and ready to land.Sep 28 2023, 5:02 PM