diff options
-rw-r--r-- | internal/vm.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -15,6 +15,14 @@ #include "ruby/ruby.h" /* for ID */ #include "ruby/st.h" /* for st_table */ /* I have several reasons to choose 64 here: * * - A cache line must be a power-of-two size. |