From: Eric Wong Date: 2013-05-21T01:31:30+09:00 Subject: [ruby-core:55091] Re: [ruby-trunk - Feature #8426][Open] Implement class hierarchy method caching Charlie Somerville wrote: > > I prefer `st_' related name. But not strong opinion. > I disagree because they are unrelated data structures. In any case, I strongly prefer new sa_* functions (and more importantly data-structures) not be publically visible to C extensions. Exposing st_* was a mistake (IMHO) and makes it harder to maintain compatibility while making internal improvements. Also, I think "sa_" prefix is confusing since sigaction already uses it. Maybe "sary_"?