Ticket #2165 (closed enhancement: wontfix)
Making ShrinkSafe more useful
| Reported by: | ilia | Owned by: | alex |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | ShrinkSafe | Version: | 0.4.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by peller) (diff)
Currently, Rhino shortens only truly private variables, making compression 100%-safe.
But most of time, there is a *bunch* of internal code that is never called from outside, e.g dojo DOM-manipulation functions, many internal processing methods, etc etc.
Let Rhino compress all that stuff, making only *few* methods for public calls. In my projects I can list such methods explicitly.
This will make JS shorter and programs run faster, because short names are easier for JavaScript? to interpret.
Change History
Note: See
TracTickets for help on using
tickets.