extra buffer precautions to not exhaust DMem, format better + perf history nerf

This commit is contained in:
lizzie
2026-01-16 08:46:20 +00:00
parent bbd737895c
commit 8cd897a3e5
3 changed files with 16 additions and 31 deletions
-3
View File
@@ -33,9 +33,6 @@ struct Fiber::FiberImpl {
boost::context::detail::fcontext_t context{};
boost::context::detail::fcontext_t rewind_context{};
boost::context::detail::fcontext_t context{};
boost::context::detail::fcontext_t rewind_context{};
std::mutex guard;
std::function<void()> entry_point;
std::function<void()> rewind_point;