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

Switch to use nodeJsEnv as default jsEnv to build scala.js #954

Merged
merged 2 commits into from
Mar 28, 2016

Commits on Mar 27, 2016

  1. Switch to use nodeJsEnv as default jsEnv to build scala.js

    By default, scala.js compiler uses `Rhino` as the js environment. But it
    usually requires a lot of memory and often lead to OOM. This PR replace
    the default to a node.js one that should be much faster and slimer.
    ngbinh committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    dcc292f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2016

  1. Enable batchMode on scala.js Optimizer

    The batchMode should help reduce the memory requirement to compile
    scala.js code as per
    scala-js/scala-js#1788 (comment)
    
    Implementation details: botBuild is a sbt setting that will be turned
    on on travisCi so that it will not interfere with local dev experience.
    ngbinh committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    ed5e722 View commit details
    Browse the repository at this point in the history