Skip to content
In progress

Changes

Progress:

Summary

  1. runtime: host aligned fibers inside the fiber cache whenever possible (#14169) (commit: 34a810a) (details)
Commit 34a810a42b7aa75423568a14c00a72b0a78fddb8 by noreply
runtime: host aligned fibers inside the fiber cache whenever possible (#14169)

* When growing a fiber, zero the alignment word before computing the next size in order
to make this new size fits inside the fiber cache.
* Add an assertion to check that small fibers are using the cache.
(commit: 34a810a)
The file was modifiedruntime/fiber.c (diff)
The file was modifiedChanges (diff)