Skip to content

Commit

Permalink
FIX: unexpected slowdown when processing deep recursive loops
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Sep 24, 2021
1 parent 554f919 commit b6c9a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/c-do.c
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ x*/ static REBINT Do_Args_Light(REBVAL *func, REBVAL *path, REBSER *block, REBCN
// Evaluate the function:
DSF = dsf; // Set new DSF
if (!THROWN(DS_TOP)) {
//if (Trace_Flags)
if (Trace_Flags)
Trace_Func(word, value);
Func_Dispatch[ftype](value);
}
Expand Down

0 comments on commit b6c9a38

Please sign in to comment.