Project

General

Profile

« Previous | Next » 

Revision ddf96b76

Added by k0kubun (Takashi Kokubun) almost 3 years ago

Drop mswin support of MJIT (#6265)

The current MJIT relies on SIGCHLD and fork(2) to be performant, and
it's something mswin can't offer. You could run Linux MJIT on WSL
instead.

[Misc #18968]