Making ShrinkSafe more useful
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 (9)
Description: |
modified (diff)
|
Owner: |
changed from slightlyoff to alex
|
Milestone: |
→ 0.9
|
Version: |
0.9 →
0.4.1
|
Keywords: |
shrinksafe added
|
Milestone: |
0.9
|
Summary: |
Making custom Rhino more useful →
Making ShrinkSafe more useful
|
Component: |
BuildTools →
ShrinkSafe
|
Keywords: |
shrinksafe removed
|
Milestone: |
→ 1.1
|
Status: |
new →
assigned
|
Description: |
modified (diff)
|
Resolution: |
→ wontfix
|
Status: |
assigned →
closed
|
sounds a bit like the jslinker project... is there any intention to add this to shrinksafe? I'm taking the 0.9 milestone off.