Skip to content

JavaScriptCompressor constants change from static variables to a soft-referenced container class#20

Open
karlvr wants to merge 4 commits intoyui:masterfrom
karlvr:master
Open

JavaScriptCompressor constants change from static variables to a soft-referenced container class#20
karlvr wants to merge 4 commits intoyui:masterfrom
karlvr:master

Conversation

@karlvr
Copy link

@karlvr karlvr commented Nov 1, 2011

JavaScriptCompressor change so that the JavaScript words are softly
referenced rather than stored in static variables. This allows the words
to be garbage collected in the instance where you use
JavaScriptCompressor in a long-running application.

karlvr and others added 4 commits November 2, 2011 10:59
referenced rather than stored in static variables. This allows the words
to be garbage collected in the instance where you use
JavaScriptCompressor in a long-running application.
Ported code for processing javascript comments from
pre-Rhino-1.7.2 code. Without it comments gives
syntax error and break parsing logic.
…ption

Signed-off-by: Karl von Randow <karl@xk72.com>
Conflicts:
	.gitignore
	build/yuicompressor-2.4.8pre.jar
	src/com/yahoo/platform/yui/compressor/ScriptOrFnScope.java
@tml tml added this to the 3.0.0 milestone Nov 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants