Skip to content

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

Closed
Vasfed wants to merge 1 commit intoskaes:masterfrom
Vasfed:master
Closed

Make gc patch symbols public in 1.9.3-p125 for ruby-prof memory profiles#8
Vasfed wants to merge 1 commit intoskaes:masterfrom
Vasfed:master

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