Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

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.
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