Summary
special case call to global variable in closure-compiler (eval)
Metadata
- Id: c98365b2ce223cb7ad95df25c50649fc1c290826
- Trac id: 59
- Type: enhancement
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: wontfix
- Priority: minor
- Milestone:
- Version: 4.0.x
- Changetime: 2009-07-21 01:22:39 UTC
- Created: 2009-07-13 00:28:16 UTC
- Keywords:
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.