1f5aefb216
The `resolve_tail_calls` function is being called twice in some execution paths, which is unnecessary and can lead to incorrect behavior. This commit removes the redundant calls and simplifies the execution flow.