Actions
Bug #9201
closed[patch] remove GC overhead for loaded_features_index
Description
I was profiling minor GC in our app and noticed 15% of time spent in mark_tbl for loaded_features_index.
The following patch removes this overhead by storing feature offsets outside the ruby heap:
https://github.com/tmm1/ruby/commit/d03c5ece865422f0510957c1dee1d33a1d9eca82
Actions
Like0
Like0Like0Like0Like0