-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Description
I believe that in single-threaded browser, we don't need ability to abort thread or interrupt it.
here is list of methods which could be probably conditional on #ifndef DISABLE_THREADS making both AOT and interp smaller/faster in ST.
ABORT_PROT_BLOCK_MASK
CEE_MONO_LDPTR_INT_REQ_FLAG
EXCEPTION_CHECKPOINT
MONO_PATCH_INFO_INTERRUPTION_REQUEST_FLAG
mono_thread_clear_interruption_requested
mono_thread_clear_interruption_requested_handle
mono_thread_get_interruption_requested
mono_thread_interruption_checkpoint
mono_thread_interruption_request_flag
mono_thread_interruption_requested
mono_thread_set_interruption_requested
mono_thread_set_interruption_requested_flags
mono_thread_set_self_interruption_respect_abort_prot
mono_threads_begin_abort_protected_block