Skip to content

Instantly share code, notes, and snippets.

@funny-falcon
Last active May 27, 2021 05:26
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save funny-falcon/4755042 to your computer and use it in GitHub Desktop.
Save funny-falcon/4755042 to your computer and use it in GitHub Desktop.
Performance patch for ruby 1.9.3-p385
@funny-falcon
Copy link
Author

@johnl could you try again? @tmm1 just found memory leak which affects #methods #instance_methods , I've updated patches (sparse_array, st_opt_sparse_array, falcon and falcon-gc, for this version only)

@funny-falcon
Copy link
Author

@johnl if memory leak remains, tell me the way to reproduce it.

@skaes
Copy link

skaes commented Mar 14, 2013

I found two memleaks in class.c, introduced by the sparse array patch:

Here's a fix: skaes/rvm-patchsets@1f94ce6

@skaes
Copy link

skaes commented Mar 14, 2013

Ah, sorry, you already found these, I think.

@funny-falcon
Copy link
Author

@skaes, excuse me that I'm not pushes it for you. I was busy at work and didn't found time to do it.

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