ruby/.github
Takashi Kokubun b9332ac8e7
MJIT: Cancel all on disastrous situations (#7019)
I noticed this while running test_yjit with --mjit-call-threshold=1, 
which redefines `Integer#<`. When Ruby is monkey-patched, 
MJIT itself could be broken.

Similarly, Ruby scripts could break MJIT in many different ways. I
prepared the same set of hooks as YJIT so that we could possibly
override it and disable it on those moments. Every constant under
RubyVM::MJIT is private and thus it's an unsupported behavior though.
2022-12-24 01:13:40 -08:00
..
codeql CodeQL slowness on syntax_suggest fixed at 2.10.5 2022-10-02 18:36:45 +09:00
workflows MJIT: Cancel all on disastrous situations (#7019) 2022-12-24 01:13:40 -08:00
SECURITY.md Move SECURITY.md into .github/ to reduce the files on the top directory 2019-12-10 18:05:51 +09:00
auto_request_review.yml Tweak the glob for auto_request_review 2022-09-13 10:24:35 +09:00
dependabot.yml Change the dependabot interval to monthly 2022-12-04 21:04:50 -08:00