mirror of
https://github.com/NixOS/nix
synced 2025-07-06 09:11:47 +02:00
Revert "Disable GC during coroutine execution + test"
This commit is contained in:
parent
e8415dc439
commit
39700c5cbe
6 changed files with 9 additions and 232 deletions
|
@ -501,10 +501,4 @@ struct StackAllocator {
|
|||
static StackAllocator *defaultAllocator;
|
||||
};
|
||||
|
||||
/* Disabling GC when entering a coroutine (without the boehm patch).
|
||||
mutable to avoid boehm gc dependency in libutil.
|
||||
*/
|
||||
extern std::shared_ptr<void> (*create_coro_gc_hook)();
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue