Summary

special case call to global variable in closure-compiler (eval)

Metadata

Description

Calls to global procedures can be handled specially in `##sys#compile-to-closure`, which would save one function call for the operator expression.

Changes and comments

[2009-07-21 01:22:39 UTC] felix changed status from new to closed

[2009-07-21 01:22:39 UTC] felix set resolution to wontfix

[2009-07-21 01:22:39 UTC] felix wrote:

Implementing this would lead to excessive code-duplication in the closure-compiler, for relatively little gain.