1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby/3/core
Koichi Sasada 443389effc reduce duplicate include.
Without this patch, 20k files are opened (openat syscall) because
of duplicate includes. This patch reduced it to 3k and build time
was reduced compile time of range.o from 15sec -> 3sec on my machine.
[Bug #16772]
2020-04-10 14:53:25 +09:00
..
rarray.h RARRAY_EMBED_LEN/RSTRING_EMBED_LEN: add RUBY3_CAST 2020-04-08 22:32:02 +09:00
rbasic.h
rbignum.h
rclass.h
rdata.h reduce duplicate include. 2020-04-10 14:53:25 +09:00
rfile.h
rhash.h
rmatch.h
robject.h
rregexp.h
rstring.h RARRAY_EMBED_LEN/RSTRING_EMBED_LEN: add RUBY3_CAST 2020-04-08 22:32:02 +09:00
rstruct.h
rtypeddata.h Revert "include/ruby/3/core/rtypeddata.h: Use 0 instead of NULL for C++ compiler" 2020-04-09 14:24:23 +09:00