mooreds (Dan Moore)
- Login: mooreds
- Registered on: 04/15/2020
- Last sign in: 04/15/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/15/2020
-
07:23 PM Ruby Bug #16789 (Closed): Compaction callback for C extensions not documented
- The compaction callback for C extensions not documented in the extension rdoc.
Here's the section of the C code where the callback is called, if it exists:
https://github.com/ruby/ruby/blob/master/gc.c#L8343
Here's the relevant ...