summaryrefslogtreecommitdiff
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
...
* Rust YJITAlan Wu2022-04-271-33/+20
* ruby.c: initialize extra optional extensions linked staticallyYuta Saito2022-01-191-0/+10
* [Feature #18491] Drop support for HP-UXPeter Zhu2022-01-181-4/+0
* `O_NONBLOCK` is not always a preprocessor constant on all platformsNobuyoshi Nakada2022-01-161-6/+7
* Transfer the responsibility for MJIT options to mjit.cNobuyoshi Nakada2022-01-151-117/+14
* Define the default JIT feature bitNobuyoshi Nakada2022-01-151-15/+10
* Show JIT options only when supportedNobuyoshi Nakada2022-01-121-1/+17
* Fix compile errorsKazuhiro NISHIYAMA2022-01-111-1/+3
* Use `setup_yjit_options` only when supportedNobuyoshi Nakada2022-01-111-16/+13
* Reject command line option ending with `-`Nobuyoshi Nakada2022-01-111-1/+2
* Define YJIT options only when supportedNobuyoshi Nakada2022-01-111-0/+2
* Fix default --jit-max-cache in `ruby --help`Kazuhiro NISHIYAMA2022-01-101-1/+1
* Add `=num` to yjit optionsKazuhiro NISHIYAMA2022-01-091-5/+5
* Fix crash on bootup when RGENGC_CHECK_MODE=2 with GC stressPeter Zhu2022-01-041-1/+4
* Rename --jit to --mjit (#5248)Takashi Kokubun2021-12-131-20/+42
* ruby.c: Fix typoYusuke Endoh2021-12-131-1/+1
* Introduce an option "--dump=insns_without_opt" for debugging purposesYusuke Endoh2021-12-131-3/+6
* Revert "Force disable yjit on OpenBSD"Aaron Patterson2021-12-011-6/+0
* Add --yjit-no-type-prop so we can test YJIT without type propagation (#5135)Maxime Chevalier-Boisvert2021-11-181-0/+3
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-251-1/+6
* Fix TestRubyOptions#test_enable for -DMJIT_FORCE_ENABLETakashi Kokubun2021-10-211-0/+5
* Force disable yjit on OpenBSDJeremy Evans2021-10-211-0/+6
* Fix indentation in ruby.cAlan Wu2021-10-201-2/+2
* Warn when trying to use YJIT in --disable-jit-support buildsAlan Wu2021-10-201-0/+4
* Show --yjit in help messageAlan Wu2021-10-201-0/+1
* Improve YJIT command line option parsingAlan Wu2021-10-201-10/+22
* YJIT_STATS instead of RUBY_DEBUG for --yjit-stats in help printoutAlan Wu2021-10-201-1/+1
* Say YJIT is disabled by default in ruby --helpAlan Wu2021-10-201-1/+1
* Style fix in ruby.cAlan Wu2021-10-201-1/+1
* Don't enable YJIT by default. More tests on both Ubuntu and MacOS.Noah Gibbs2021-10-201-1/+6
* Reduce line length for YJIT option descriptionsNoah Gibbs2021-10-201-2/+2
* Document YJIT options in --helpNoah Gibbs2021-10-201-2/+14
* is this right?Aaron Patterson2021-10-201-0/+1
* Don't check MJIT if it's not enabledAaron Patterson2021-10-201-0/+2
* Disable YJIT by default if MJIT_FORCE_ENABLE is onAaron Patterson2021-10-201-1/+2
* disable MJIT when --enable-all is setAaron Patterson2021-10-201-0/+1
* Update ruby.cMaxime Chevalier-Boisvert2021-10-201-1/+1
* Exit if YJIT and MJIT are both enabledAaron Patterson2021-10-201-2/+7
* Try running with more YJIT options in CI to surface more bugsMaxime Chevalier-Boisvert2021-10-201-2/+2
* Increase default YJIT call threshold to 10. Add exec mem size arg. (#52)Maxime Chevalier-Boisvert2021-10-201-1/+4
* Implement greedy versioning. Refactor versioning logic. (#10)Maxime Chevalier-Boisvert2021-10-201-0/+6
* Yet Another Ruby JIT!Jose Narvaez2021-10-201-14/+14
* Implement --ujit-call-thresholdMaxime Chevalier-Boisvert2021-10-201-3/+4
* Report unknown --ujit-* optionsMaxime Chevalier-Boisvert2021-10-201-0/+4
* Implement --ujit-stats and instructoin countingAlan Wu2021-10-201-5/+22
* Refactor uJIT code into more files for readabilityMaxime Chevalier-Boisvert2021-10-201-1/+1
* Show whether MicroJIT is enabled in the version stringAlan Wu2021-10-201-2/+2
* Fix mistake in ujit command line parsingAlan Wu2021-10-201-1/+1
* Implement the --disable-ujit command line optionAlan Wu2021-10-201-0/+10
* Skip broken strings as the locale encodingNobuyoshi Nakada2021-10-011-4/+7