summaryrefslogtreecommitdiff
path: root/yjit/src/options.rs
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Add a sampling option to exit tracing (#7693)Adam Hess2023-04-131-1/+19
* YJIT: Stack temp register allocation for arm64 (#7659)Takashi Kokubun2023-04-061-2/+6
* YJIT: Stack temp register allocation (#7651)Takashi Kokubun2023-04-041-0/+11
* YJIT: Add `--yjit-pause` and `RubyVM::YJIT.resume` (#7609)Maxime Chevalier-Boisvert2023-03-281-0/+9
* YJIT: Delete --yjit-global-constant-state (#7559)Alan Wu2023-03-171-8/+0
* YJIT: Change the default mem size to 64MiB (#6912)Takashi Kokubun2022-12-131-1/+1
* YJIT: Remove --yjit-code-page-size (#6865)Alan Wu2022-12-051-20/+0
* YJIT: Change the default --yjit-call-threshold to 30 (#6850)Takashi Kokubun2022-12-021-1/+1
* YJIT: reduce default `--yjit-exec-mem-size` to 128MiB instead of 256 (#6649)Maxime Chevalier-Boisvert2022-10-311-1/+1
* YJIT: GC and recompile all code pages (#6406)Takashi Kokubun2022-10-251-1/+1
* YJIT: Allow --yjit-dump-disasm to dump into a file (#6552)Takashi Kokubun2022-10-171-18/+14
* YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun2022-10-171-4/+32
* YJIT: Support Rust 1.58.1 for --yjit-stats on Arm (#6410)Takashi Kokubun2022-09-231-13/+1
* Guard `--yjit-stats` behind `#[cfg(feature = "stats")]` (#6409)Maxime Chevalier-Boisvert2022-09-201-0/+3
* YJIT: Check if the processor supports --yjit-stats (#6401)Takashi Kokubun2022-09-191-1/+10
* Let --yjit-dump-disasm=all dump ocb code as well (#6309)Takashi Kokubun2022-09-011-4/+25
* Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopif...Takashi Kokubun2022-08-291-0/+5
* add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)Noah Gibbs2022-08-241-1/+19
* Add ability to trace exit locations in yjit (#5970)Eileen M. Uchitelle2022-06-091-0/+5
* YJIT: Adopt Clippy suggestions we likeAlan Wu2022-04-291-1/+1
* Rust YJITAlan Wu2022-04-271-0/+121