Opened 15 years ago
Closed 15 years ago
#59 closed enhancement (wontfix)
special case call to global variable in closure-compiler (eval)
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core libraries | Version: | 4.0.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
Calls to global procedures can be handled specially in ##sys#compile-to-closure
, which would save one function call for the operator expression.
Note: See
TracTickets for help on using
tickets.
Implementing this would lead to excessive code-duplication in the closure-compiler, for relatively little gain.