Remove unneeded stack_check
This commit is contained in:
parent
1eb5119782
commit
c881aca893
1 changed files with 0 additions and 10 deletions
|
@ -9,16 +9,6 @@ import std.datetime;
|
||||||
immutable uint yield_count = 1000;
|
immutable uint yield_count = 1000;
|
||||||
immutable uint worker_count = 10;
|
immutable uint worker_count = 10;
|
||||||
|
|
||||||
uint stack_check()
|
|
||||||
{
|
|
||||||
uint x;
|
|
||||||
asm
|
|
||||||
{
|
|
||||||
mov x,ESP;
|
|
||||||
}
|
|
||||||
return x;
|
|
||||||
}
|
|
||||||
|
|
||||||
void fiber_func()
|
void fiber_func()
|
||||||
{
|
{
|
||||||
uint i = yield_count;
|
uint i = yield_count;
|
||||||
|
|
Loading…
Reference in a new issue