summaryrefslogtreecommitdiff
path: root/ruby_assert.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-04-30 21:37:55 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2020-04-30 21:38:50 -0700
commite8a78d7df899291aa025e41207436a450235a4d7 (patch)
tree01e3af7befd7dcbd59b7debd4efb039fcb3dd7b3 /ruby_assert.h
parent520ac5da22c30d6db25de6dcbff9607d8a9cd870 (diff)
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.
Diffstat (limited to 'ruby_assert.h')
0 files changed, 0 insertions, 0 deletions