index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ruby.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ruby.c: initialize extra optional extensions linked statically
Yuta Saito
2022-01-19
1
-0
/
+10
*
[Feature #18491] Drop support for HP-UX
Peter Zhu
2022-01-18
1
-4
/
+0
*
`O_NONBLOCK` is not always a preprocessor constant on all platforms
Nobuyoshi Nakada
2022-01-16
1
-6
/
+7
*
Transfer the responsibility for MJIT options to mjit.c
Nobuyoshi Nakada
2022-01-15
1
-117
/
+14
*
Define the default JIT feature bit
Nobuyoshi Nakada
2022-01-15
1
-15
/
+10
*
Show JIT options only when supported
Nobuyoshi Nakada
2022-01-12
1
-1
/
+17
*
Fix compile errors
Kazuhiro NISHIYAMA
2022-01-11
1
-1
/
+3
*
Use `setup_yjit_options` only when supported
Nobuyoshi Nakada
2022-01-11
1
-16
/
+13
*
Reject command line option ending with `-`
Nobuyoshi Nakada
2022-01-11
1
-1
/
+2
*
Define YJIT options only when supported
Nobuyoshi Nakada
2022-01-11
1
-0
/
+2
*
Fix default --jit-max-cache in `ruby --help`
Kazuhiro NISHIYAMA
2022-01-10
1
-1
/
+1
*
Add `=num` to yjit options
Kazuhiro NISHIYAMA
2022-01-09
1
-5
/
+5
*
Fix crash on bootup when RGENGC_CHECK_MODE=2 with GC stress
Peter Zhu
2022-01-04
1
-1
/
+4
*
Rename --jit to --mjit (#5248)
Takashi Kokubun
2021-12-13
1
-20
/
+42
*
ruby.c: Fix typo
Yusuke Endoh
2021-12-13
1
-1
/
+1
*
Introduce an option "--dump=insns_without_opt" for debugging purposes
Yusuke Endoh
2021-12-13
1
-3
/
+6
*
Revert "Force disable yjit on OpenBSD"
Aaron Patterson
2021-12-01
1
-6
/
+0
*
Add --yjit-no-type-prop so we can test YJIT without type propagation (#5135)
Maxime Chevalier-Boisvert
2021-11-18
1
-0
/
+3
*
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-25
1
-1
/
+6
*
Fix TestRubyOptions#test_enable for -DMJIT_FORCE_ENABLE
Takashi Kokubun
2021-10-21
1
-0
/
+5
*
Force disable yjit on OpenBSD
Jeremy Evans
2021-10-21
1
-0
/
+6
*
Fix indentation in ruby.c
Alan Wu
2021-10-20
1
-2
/
+2
*
Warn when trying to use YJIT in --disable-jit-support builds
Alan Wu
2021-10-20
1
-0
/
+4
*
Show --yjit in help message
Alan Wu
2021-10-20
1
-0
/
+1
*
Improve YJIT command line option parsing
Alan Wu
2021-10-20
1
-10
/
+22
*
YJIT_STATS instead of RUBY_DEBUG for --yjit-stats in help printout
Alan Wu
2021-10-20
1
-1
/
+1
*
Say YJIT is disabled by default in ruby --help
Alan Wu
2021-10-20
1
-1
/
+1
*
Style fix in ruby.c
Alan Wu
2021-10-20
1
-1
/
+1
*
Don't enable YJIT by default. More tests on both Ubuntu and MacOS.
Noah Gibbs
2021-10-20
1
-1
/
+6
*
Reduce line length for YJIT option descriptions
Noah Gibbs
2021-10-20
1
-2
/
+2
*
Document YJIT options in --help
Noah Gibbs
2021-10-20
1
-2
/
+14
*
is this right?
Aaron Patterson
2021-10-20
1
-0
/
+1
*
Don't check MJIT if it's not enabled
Aaron Patterson
2021-10-20
1
-0
/
+2
*
Disable YJIT by default if MJIT_FORCE_ENABLE is on
Aaron Patterson
2021-10-20
1
-1
/
+2
*
disable MJIT when --enable-all is set
Aaron Patterson
2021-10-20
1
-0
/
+1
*
Update ruby.c
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
Exit if YJIT and MJIT are both enabled
Aaron Patterson
2021-10-20
1
-2
/
+7
*
Try running with more YJIT options in CI to surface more bugs
Maxime Chevalier-Boisvert
2021-10-20
1
-2
/
+2
*
Increase default YJIT call threshold to 10. Add exec mem size arg. (#52)
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+4
*
Implement greedy versioning. Refactor versioning logic. (#10)
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+6
*
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
1
-14
/
+14
*
Implement --ujit-call-threshold
Maxime Chevalier-Boisvert
2021-10-20
1
-3
/
+4
*
Report unknown --ujit-* options
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+4
*
Implement --ujit-stats and instructoin counting
Alan Wu
2021-10-20
1
-5
/
+22
*
Refactor uJIT code into more files for readability
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
Show whether MicroJIT is enabled in the version string
Alan Wu
2021-10-20
1
-2
/
+2
*
Fix mistake in ujit command line parsing
Alan Wu
2021-10-20
1
-1
/
+1
*
Implement the --disable-ujit command line option
Alan Wu
2021-10-20
1
-0
/
+10
*
Skip broken strings as the locale encoding
Nobuyoshi Nakada
2021-10-01
1
-4
/
+7
*
Replace expanded load path only when modified
Nobuyoshi Nakada
2021-10-01
1
-1
/
+5
[next]