Arguably by spec, some globals should have been linked together from the start, not generated as equivalent but distinct structures. More excitingly, this PR links together the insides of some globals, giving greater opportunity for some fastfuncs to run as part of some other (non-fastfunc) global's execution.
Closes #333.
Arguably by spec, some globals should have been linked together from the start, not generated as equivalent but distinct structures. More excitingly, this PR links together the insides of some globals, giving greater opportunity for some fastfuncs to run as part of some other (non-fastfunc) global's execution.