Skip to content

Commit b6c9a38

Browse files
committed
FIX: unexpected slowdown when processing deep recursive loops
related to: Oldes/Rebol-issues#592
1 parent 554f919 commit b6c9a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/c-do.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ x*/ static REBINT Do_Args_Light(REBVAL *func, REBVAL *path, REBSER *block, REBCN
918918
// Evaluate the function:
919919
DSF = dsf; // Set new DSF
920920
if (!THROWN(DS_TOP)) {
921-
//if (Trace_Flags)
921+
if (Trace_Flags)
922922
Trace_Func(word, value);
923923
Func_Dispatch[ftype](value);
924924
}

0 commit comments

Comments
 (0)