Skip to content

Commit

Permalink
Drop mswin support of MJIT (#6265)
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
k0kubun committed Aug 21, 2022
1 parent e85db84 commit ddf96b7
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 465 deletions.

0 comments on commit ddf96b7

Please sign in to comment.