index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ruby.c
Age
Commit message (
Expand
)
Author
2022-04-27
Rust YJIT
Alan Wu
2022-01-19
ruby.c: initialize extra optional extensions linked statically
Yuta Saito
2022-01-18
[Feature #18491] Drop support for HP-UX
Peter Zhu
2022-01-16
`O_NONBLOCK` is not always a preprocessor constant on all platforms
Nobuyoshi Nakada
2022-01-15
Transfer the responsibility for MJIT options to mjit.c
Nobuyoshi Nakada
2022-01-15
Define the default JIT feature bit
Nobuyoshi Nakada
2022-01-12
Show JIT options only when supported
Nobuyoshi Nakada
2022-01-11
Fix compile errors
Kazuhiro NISHIYAMA
2022-01-11
Use `setup_yjit_options` only when supported
Nobuyoshi Nakada
2022-01-11
Reject command line option ending with `-`
Nobuyoshi Nakada
2022-01-11
Define YJIT options only when supported
Nobuyoshi Nakada
2022-01-10
Fix default --jit-max-cache in `ruby --help`
Kazuhiro NISHIYAMA
2022-01-09
Add `=num` to yjit options
Kazuhiro NISHIYAMA
2022-01-04
Fix crash on bootup when RGENGC_CHECK_MODE=2 with GC stress
Peter Zhu
2021-12-13
Rename --jit to --mjit (#5248)
Takashi Kokubun
2021-12-13
ruby.c: Fix typo
Yusuke Endoh
2021-12-13
Introduce an option "--dump=insns_without_opt" for debugging purposes
Yusuke Endoh
2021-12-01
Revert "Force disable yjit on OpenBSD"
Aaron Patterson
2021-11-18
Add --yjit-no-type-prop so we can test YJIT without type propagation (#5135)
Maxime Chevalier-Boisvert
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-21
Fix TestRubyOptions#test_enable for -DMJIT_FORCE_ENABLE
Takashi Kokubun
2021-10-21
Force disable yjit on OpenBSD
Jeremy Evans
2021-10-20
Fix indentation in ruby.c
Alan Wu
2021-10-20
Warn when trying to use YJIT in --disable-jit-support builds
Alan Wu
2021-10-20
Show --yjit in help message
Alan Wu
2021-10-20
Improve YJIT command line option parsing
Alan Wu
2021-10-20
YJIT_STATS instead of RUBY_DEBUG for --yjit-stats in help printout
Alan Wu
2021-10-20
Say YJIT is disabled by default in ruby --help
Alan Wu
2021-10-20
Style fix in ruby.c
Alan Wu
2021-10-20
Don't enable YJIT by default. More tests on both Ubuntu and MacOS.
Noah Gibbs
2021-10-20
Reduce line length for YJIT option descriptions
Noah Gibbs
2021-10-20
Document YJIT options in --help
Noah Gibbs
2021-10-20
is this right?
Aaron Patterson
2021-10-20
Don't check MJIT if it's not enabled
Aaron Patterson
2021-10-20
Disable YJIT by default if MJIT_FORCE_ENABLE is on
Aaron Patterson
2021-10-20
disable MJIT when --enable-all is set
Aaron Patterson
2021-10-20
Update ruby.c
Maxime Chevalier-Boisvert
2021-10-20
Exit if YJIT and MJIT are both enabled
Aaron Patterson
2021-10-20
Try running with more YJIT options in CI to surface more bugs
Maxime Chevalier-Boisvert
2021-10-20
Increase default YJIT call threshold to 10. Add exec mem size arg. (#52)
Maxime Chevalier-Boisvert
2021-10-20
Implement greedy versioning. Refactor versioning logic. (#10)
Maxime Chevalier-Boisvert
2021-10-20
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
Implement --ujit-call-threshold
Maxime Chevalier-Boisvert
2021-10-20
Report unknown --ujit-* options
Maxime Chevalier-Boisvert
2021-10-20
Implement --ujit-stats and instructoin counting
Alan Wu
2021-10-20
Refactor uJIT code into more files for readability
Maxime Chevalier-Boisvert
2021-10-20
Show whether MicroJIT is enabled in the version string
Alan Wu
2021-10-20
Fix mistake in ujit command line parsing
Alan Wu
2021-10-20
Implement the --disable-ujit command line option
Alan Wu
2021-10-01
Skip broken strings as the locale encoding
Nobuyoshi Nakada
[next]