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

--fast is mostly a no-op #192

Merged
merged 1 commit into from Aug 7, 2012
Merged

--fast is mostly a no-op #192

merged 1 commit into from Aug 7, 2012

Commits on Jun 3, 2012

  1. --fast is mostly a no-op

    * --fast is now basically synonymous with -X+C (force compilation)
    * The other features that --fast enabled added complexity and often
      caused strange bugs (e.g., JRUBY-6698).
    * I *think* that much of these performance gains can be garnered by
      simply using JRuby 1.7 with Java 7 and invokedynamic.
    alindeman committed Jun 3, 2012
    Copy the full SHA
    775ce0c View commit details
    Browse the repository at this point in the history