Open LuKuangChen opened 4 months ago
GC (#18) is one of those.
Tail-call optimization is always on. We might want to allow turning it off.
Perhaps not to create a new environment when there is no new binding in a function call? This will avoid creating empty environment frames when evaluating thunks.
GC (#18) is one of those.
Tail-call optimization is always on. We might want to allow turning it off.
Perhaps not to create a new environment when there is no new binding in a function call? This will avoid creating empty environment frames when evaluating thunks.