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
/
yjit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove an unneeded function copy
Takashi Kokubun
2023-04-01
1
-2
/
+1
*
YJIT: Add `--yjit-pause` and `RubyVM::YJIT.resume` (#7609)
Maxime Chevalier-Boisvert
2023-03-28
1
-0
/
+1
*
YJIT: Constify EC to avoid an `as` pointer cast (#7591)
Alan Wu
2023-03-24
1
-1
/
+1
*
RJIT: Optimize String#bytesize
Takashi Kokubun
2023-03-18
1
-7
/
+0
*
YJIT: Support entry for multiple PCs per ISEQ (GH-7535)
Takashi Kokubun
2023-03-17
1
-0
/
+6
*
Refactor jit_func_t and jit_exec
Takashi Kokubun
2023-03-16
1
-4
/
+1
*
YJIT: Assert that we have the VM lock while marking
Alan Wu
2023-03-15
1
-0
/
+8
*
YJIT: Introduce no_gc attribute (#7511)
Takashi Kokubun
2023-03-14
1
-12
/
+17
*
YJIT: Handle rest+splat where non-splat < required (#7499)
Jimmy Miller
2023-03-13
1
-0
/
+7
*
Rename builtin attr :inline to :leaf
Takashi Kokubun
2023-03-11
1
-1
/
+1
*
Support multiple attributes with Primitive.attr!
Takashi Kokubun
2023-03-11
1
-7
/
+1
*
YJIT: Handle splat+rest for args pass greater than required (#7468)
Jimmy Miller
2023-03-07
1
-0
/
+3
*
Adjust `else` style to be consistent in each files [ci skip]
Nobuyoshi Nakada
2023-02-26
1
-1
/
+2
*
Fix incorrect line numbers in GC hook
Peter Zhu
2023-02-24
1
-7
/
+0
*
YJIT: Show Context stats on exit (#7327)
Takashi Kokubun
2023-02-16
1
-1
/
+1
*
YJIT: Optimize != for Integers and Strings (#7301)
Takashi Kokubun
2023-02-14
1
-0
/
+6
*
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-09
1
-1
/
+1
*
YJIT: Handle splat with opt more fully (#7209)
Jimmy Miller
2023-01-31
1
-0
/
+6
*
YJIT: implement codegen for `String#empty?` (#7148)
Maxime Chevalier-Boisvert
2023-01-18
1
-0
/
+6
*
YJIT: Add object shape count to stats (#6754)
Takashi Kokubun
2022-11-17
1
-0
/
+8
*
Implement optimize call (#6691)
Jimmy Miller
2022-11-08
1
-0
/
+9
*
YJIT: Support invokeblock (#6640)
Takashi Kokubun
2022-11-02
1
-1
/
+13
*
YJIT: don't show a full crash report if mmap is only out of memory (#6659)
Noah Gibbs
2022-11-02
1
-0
/
+4
*
YJIT: Add RubyVM::YJIT.code_gc (#6644)
Takashi Kokubun
2022-10-31
1
-0
/
+1
*
YJIT: Support nil and blockparamproxy as blockarg in send (#6492)
Matthew Draper
2022-10-26
1
-0
/
+6
*
YJIT: GC and recompile all code pages (#6406)
Takashi Kokubun
2022-10-25
1
-4
/
+19
*
Allow passing a Rust closure to rb_iseq_callback (#6575)
Takashi Kokubun
2022-10-18
1
-4
/
+11
*
Make mjit_cont sharable with YJIT (#6556)
Takashi Kokubun
2022-10-17
1
-4
/
+2
*
YJIT: Do not call `mprotect` when `mem_size` is zero (#6563)
Tatsuya Kawano
2022-10-17
1
-0
/
+5
*
Implement optimize send in yjit (#6488)
Jimmy Miller
2022-10-11
1
-0
/
+2
*
YJIT: add support for calling bmethods (#6489)
Alan Wu
2022-10-04
1
-0
/
+15
*
YJIT should die if we compile on Aarch64 with no instruction cache clear avai...
Noah Gibbs
2022-09-15
1
-0
/
+2
*
YJIT: Implement specialized respond_to? (#6363)
John Hawthorn
2022-09-14
1
-1
/
+5
*
Initial support for VM_CALL_ARGS_SPLAT (#6341)
Jimmy Miller
2022-09-14
1
-0
/
+6
*
A64: Only clear icache when writing out new code (https://github.com/Shopify/...
Alan Wu
2022-08-29
1
-2
/
+8
*
Use bindgen for old manual extern declarations (https://github.com/Shopify/ru...
Alan Wu
2022-08-29
1
-30
/
+30
*
Add ifdef to clear cache
Maxime Chevalier-Boisvert
2022-08-29
1
-0
/
+2
*
Clear the icache on arm
Maxime Chevalier-Boisvert
2022-08-29
1
-0
/
+4
*
add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)
Noah Gibbs
2022-08-24
1
-0
/
+12
*
YJIT: Teach getblockparamproxy to handle the no-block case without exiting (#...
Matthew Draper
2022-07-28
1
-0
/
+11
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-27
1
-1
/
+2
*
Speed up --yjit-trace-exits code (#6106)
Eileen M. Uchitelle
2022-07-12
1
-0
/
+4
*
YJIT: Refactor gen_opt_mod (#6078)
Dave Schwantes
2022-06-30
1
-0
/
+7
*
YJIT: Update note about symbol prefixes [ci skip]
Alan Wu
2022-06-17
1
-7
/
+2
*
YJIT: On-demand executable memory allocation; faster boot (#5944)
Alan Wu
2022-06-14
1
-27
/
+24
*
Fix typo in yjit.c comments [ci skip]
Takayoshi Nishida
2022-06-11
1
-2
/
+2
*
Remove duplicated rb_yjit_get_stats (#5997)
Eileen M. Uchitelle
2022-06-10
1
-1
/
+0
*
Add ability to trace exit locations in yjit (#5970)
Eileen M. Uchitelle
2022-06-09
1
-0
/
+91
*
Ruby shovel operator (<<) speedup. (#5896)
Noah Gibbs
2022-05-11
1
-0
/
+13
*
YJIT: Reject USE_FLONUM=0 builds at build time
Alan Wu
2022-05-02
1
-0
/
+4
[next]