Project

General

Profile

« Previous | Next » 

Revision e8a78d7d

Added by k0kubun (Takashi Kokubun) over 5 years ago

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.