Skip to content

Instantly share code, notes, and snippets.

@bsodmike
Last active December 10, 2015 08:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bsodmike/4409462 to your computer and use it in GitHub Desktop.
Save bsodmike/4409462 to your computer and use it in GitHub Desktop.
Install Ruby 1.9.3-p327 with falcon patchset and debug

@funny-falcon's Performace Patch for ruby-1.9.3-p327

Tested in Mac OS X v10.8 (Mountain Lion)

brew install autoconf automake
curl https://raw.github.com/gist/4136373/falcon-gc.diff > $rvm_path/patches/ruby/1.9.3/p327/falcon.patch
rvm install 1.9.3-p327 -n fast --patch falcon

Ref: https://gist.github.com/1688857#comment-610401

An alternative approach that did not work.

brew install autoconf automake

OR https://gist.github.com/1868805 if the above fails

The following is optional, if you attempted to do this previously

rvm remove 1.9.3-perf
rm -R ~/.rvm/src/ruby-1.9.3-p125-perf

Install the falcon patched ruby

rvm get head
rvm install 1.9.3-perf --patch falcon,debug

Ref: https://gist.github.com/1688857

@bsodmike
Copy link
Author

bsodmike commented Jan 2, 2013

@bsodmike
Copy link
Author

bsodmike commented Jan 2, 2013

@funny-falcon has just posted details on the p327 patch as well https://gist.github.com/4136519 @databyte

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment