ruby--ruby/internal
Peter Zhu 4a8cd9e8bc Use shared flags of the type
The ELTS_SHARED flag is generic, so we should prefer to use the flags
specific of the type (STR_SHARED for strings and RARRAY_SHARED_FLAG
for arrays).
2022-11-02 11:03:21 -04:00
..
array.h
bignum.h
bits.h
class.h Implement object shapes for T_CLASS and T_MODULE (#6637) 2022-10-31 14:05:37 -07:00
cmdlineopt.h YJIT: Lazily enable YJIT after prelude (#6597) 2022-10-24 12:20:44 -04:00
compar.h
compile.h
compilers.h
complex.h
cont.h MJIT: Stop using the VM barrier for jit_cont 2022-10-19 17:20:48 -07:00
dir.h
enc.h
encoding.h
enum.h
enumerator.h
error.h
eval.h
file.h
fixnum.h
gc.h
hash.h
imemo.h
inits.h
io.h
load.h
loadpath.h
math.h
missing.h
numeric.h Use `roomof` macro for rounding up divisions 2022-10-14 19:23:25 +09:00
object.h Revert "Revert "This commit implements the Object Shapes technique in CRuby."" 2022-10-11 08:40:56 -07:00
parse.h Add error_tolerant option to RubyVM::AST 2022-10-08 17:59:11 +09:00
proc.h
process.h
ractor.h
random.h
range.h
rational.h
re.h
sanitizers.h
serial.h
signal.h
static_assert.h
string.h Use shared flags of the type 2022-11-02 11:03:21 -04:00
struct.h
symbol.h
thread.h
time.h
transcode.h
util.h
variable.h Implement object shapes for T_CLASS and T_MODULE (#6637) 2022-10-31 14:05:37 -07:00
vm.h Remove unused class serial 2022-10-21 14:56:48 -07:00
warnings.h