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