1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
normal cad4591086 remove branches in dmark and dfree GC callbacks
dmark and dfree callbacks are never called in gc.c for NULL
DATA_PTR values, not even for zombie objects.

* compile.c (ibf_loader_mark): remove branch for pointer validity
* compile.c (ibf_loader_free): ditto
* cont.c (cont_free): ditto
* cont.c (fiber_free): ditto
* dir.c (dir_free): ditto
* ext/stringio/stringio.c (strio_mark): ditto
* proc.c (binding_free): ditto
* thread_sync.c (mutex_free): ditto
* vm.c (thread_free): ditto

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-03-17 19:59:56 +00:00
..
-test-
bigdecimal bigdecimal: version 1.3.2 2017-03-13 06:03:18 +00:00
cgi/escape
continuation
coverage
date date_core.c: expand docs for Date shifting 2017-02-27 18:26:22 +00:00
dbm
digest
etc Added initial gemspec for Etc module. 2017-02-27 09:20:39 +00:00
fcntl
fiber
fiddle
gdbm
io
json
mathn
nkf
objspace
openssl
pathname
psych
pty
racc/cparse
rbconfig/sizeof rbconfig/sizeof: remove VPATH 2017-03-09 06:44:57 +00:00
readline Fix up r57788, Function is removed at readline-6.3. 2017-03-07 04:46:46 +00:00
ripper
rubyvm
sdbm Added initial gemspec for SDBM module. 2017-02-28 07:45:54 +00:00
socket ext/socket/raddrinfo.c (addrinfo_mark): avoid needless branch 2017-03-09 03:49:47 +00:00
stringio remove branches in dmark and dfree GC callbacks 2017-03-17 19:59:56 +00:00
strscan
syslog
win32
win32ole ext/win32ole/win32ole.c(ole_initialize): avoid to fail in Windows nano server. 2017-02-25 22:28:22 +00:00
zlib zlib for mingw 2017-03-03 09:27:27 +00:00
.document
extmk.rb suppress warning: shadowing outer local variable - e 2017-03-07 05:19:00 +00:00
Setup
Setup.atheos
Setup.nacl
Setup.nt