mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-14 02:39:00 +02:00
extra buffer precautions to not exhaust DMem, format better + perf history nerf
This commit is contained in:
parent
f543cb0a09
commit
22d7b102d1
3 changed files with 16 additions and 31 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue