| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-16 | x86_64: fix crashes compiling the compiler and tests | Jacob Young | |
| 2024-11-11 | Revert "Enable thread_pool function to throw errors (#20260)" | Andrew Kelley | |
| This reverts commit d346d074ebe5347f730a70d3a88b12f279bb405d. I would like a chance to review this, please. | |||
| 2024-11-11 | Enable thread_pool function to throw errors (#20260) | ippsav | |
| * std.ThreadPool: allow error union return type * allow noreturn in Pool.zig | |||
| 2024-07-09 | test: Add `spawn` behavior test | mochalins | |
| 2024-07-09 | fix: Update `spawn`'s' `runFn` signature | mochalins | |
| 2024-07-08 | Compilation: put supported codegen backends on a separate thread | Jacob Young | |
| (There are no supported backends.) | |||
| 2024-07-07 | InternPool: implement and use thread-safe list for extra and limbs | Jacob Young | |
| 2024-07-07 | InternPool: temporarily disable multi-threaded behavior | Jacob Young | |
| This reduces the cost of the new data structure until the multi-threaded behavior is actually used. | |||
| 2024-07-07 | InternPool: implement thread-safe hash map | Jacob Young | |
| 2024-07-07 | Zcu: introduce `PerThread` and pass to all the functions | Jacob Young | |
| 2024-05-03 | add std.Thread.Pool.spawnWg | Andrew Kelley | |
| This function accepts a WaitGroup parameter and manages the reference counting therein. It also is infallible. The existing `spawn` function is still handy when the job wants to further schedule more tasks. | |||
| 2024-04-19 | std: fix Thread.Pool.spawn | GethDW | |
| `@alignCast` was required for args with greater alignment than that of a pointer. | |||
| 2024-03-30 | Update uses of `@fieldParentPtr` to use RLS | Jacob Young | |
| 2024-03-30 | Update uses of `@fieldParentPtr` to pass a pointer type | Jacob Young | |
| 2024-01-22 | Free threads in std.Thread.Pool.init only with pool.join | Littleote | |
| Free the allocated threads in the initialization of a thread pool only with pool.join instead of additionally calling allocator.free causing free to be called twice. Resolves #18643 | |||
| 2023-03-15 | zig build: add a -j<N> option for limiting concurrency | Andrew Kelley | |
| 2023-03-15 | extract ThreadPool and WaitGroup from compiler to std lib | Andrew Kelley | |
