This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.
from 2ce996c compiler-jx: most console output during compilation is hidden
and can be re-enabled with the -verbose option
new 490a0a5 JSRoyaleEmitter, MXMLRoyaleEmitter: minor optimization to
avoid extra string comparisons during post-process step
new 8994964 MXMLRoyalePublisher: small optimization to sortClosureFile()
new 562c244 MXMLRoyalePublisher: does not create or populate
JSClosureCompilerWrapper for debug builds
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../codegen/js/royale/JSRoyaleEmitter.java | 15 +-
.../codegen/mxml/royale/MXMLRoyaleEmitter.java | 15 +-
.../codegen/mxml/royale/MXMLRoyalePublisher.java | 184 +++++++++++----------
3 files changed, 119 insertions(+), 95 deletions(-)