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

Make gc patch symbols public in 1.9.3-p125 for ruby-prof memory profiles #8

Closed
wants to merge 1 commit into from

Conversation

Vasfed
Copy link

@Vasfed Vasfed commented Apr 19, 2012

Ruby-prof at the moment uses rb_os_allocated_objects, rb_gc_allocated_size, rb_gc_collections and rb_gc_time for it's memory profiles.
But these were exported as private symbols (at least on mac os lion, x64), this patch fixes it.

Also fixed line numbers so no more fuzzy-matching during patch.

@skaes
Copy link
Owner

skaes commented Apr 24, 2012

This patch contains more changes than what you mentioned. Will not apply it.

But I will fix the problems you mentioned.

@skaes skaes closed this Apr 29, 2012
@skaes
Copy link
Owner

skaes commented Apr 29, 2012

The latest patches address the visibility issue. Please test (I don't have Lion).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants