1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test
Takashi Kokubun e8a78d7df8
Do not stop the world during JIT compaction
Running C compiler for JIT compaction inside a critical section may lock
main thread for a long time when it triggers GC. As I'm planning to
increase this duration a bit, I'd like to make sure this doesn't stop
the world.

For now, I chose to give up unloading units when it's during JIT
compaction, assuming other calls may unload them later.
2020-04-30 21:38:50 -07:00
..
-ext-
base64
benchmark
bigdecimal
cgi
coverage
csv
date
dbm
did_you_mean
digest
drb
dtrace
erb
etc
excludes
fiddle
fileutils
gdbm
io
irb [ruby/irb] Restore the default encodings 2020-04-30 22:54:42 +09:00
json
lib Skip JIT tests on riscv64 due to SEGV of cc1 2020-04-20 22:48:10 +09:00
logger
matrix
misc
mkmf
monitor
net [ruby/net-ftp] Added guard condition for the old ruby versions 2020-04-08 15:51:18 +09:00
nkf
objspace
open-uri
openssl
optparse
ostruct
pathname
psych
racc
rdoc Fix failures of test/rdoc/test_rdoc_ri_paths.rb 2020-04-26 16:14:14 +09:00
readline
reline [ruby/reline] Negative history_size means unlimited 2020-04-29 19:13:14 +09:00
resolv
rinda
ripper Removed unnecessary RLIMIT_AS 2020-04-28 23:36:16 +09:00
ruby Do not stop the world during JIT compaction 2020-04-30 21:38:50 -07:00
rubygems [rubygems/rubygems] Remove commented out code 2020-04-28 11:04:40 +09:00
sdbm
socket
stringio
strscan
syslog
uri
webrick
win32ole
yaml
zlib
runner.rb
test_abbrev.rb
test_delegate.rb
test_extlibs.rb
test_find.rb
test_forwardable.rb
test_ipaddr.rb
test_mutex_m.rb
test_observer.rb
test_open3.rb
test_pp.rb
test_prettyprint.rb
test_prime.rb
test_pstore.rb
test_pty.rb
test_rbconfig.rb
test_securerandom.rb
test_set.rb
test_shellwords.rb
test_singleton.rb
test_syslog.rb
test_tempfile.rb
test_time.rb
test_timeout.rb
test_tmpdir.rb
test_tracer.rb
test_tsort.rb
test_unicode_normalize.rb
test_weakref.rb
test_win32api.rb