ruby/gc
Alan Wu 83b0cedffe Add branch prediction annotations for object allocation
I get a slight boost from these with GCC 11 on Intel Skylake.

Part of a larger story to fix an allocation throughput regression
compared to 98eeadc ("Development of 3.4.0 started.") as the baseline.
2024-07-25 12:46:33 -04:00
..
default.c Add branch prediction annotations for object allocation 2024-07-25 12:46:33 -04:00
gc.h Add gc/gc.h for functions in gc.c and used by GC implementations 2024-07-15 08:57:14 -04:00
gc_impl.h Make rb_gc_impl_undefine_finalizer return void 2024-07-19 08:53:32 -04:00