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
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yjit
/
src
/
core.rs
Age
Commit message (
Expand
)
Author
2023-09-16
[For ruby_3_2] Fix unused_mut Rust warnings (#8435)
Alan Wu
2022-12-15
YJIT: Fix code GC freeing stubs with a trampoline (#6937)
Alan Wu
2022-12-08
YJIT: Drop Copy trait from Context (#6889)
Takashi Kokubun
2022-11-30
YJIT: add new counters for deferred compilation and queued blocks (#6837)
Maxime Chevalier-Boisvert
2022-11-30
YJIT: Deallocate `struct Block` to plug memory leaks
Alan Wu
2022-11-24
YJIT: rename `InsnOpnd` => `YARVOpnd` (#6801)
Maxime Chevalier-Boisvert
2022-11-23
YJIT: Use a Box for branch targets to save memory
Alan Wu
2022-11-22
YJIT: Skip padding jumps to side exits on Arm (#6790)
Takashi Kokubun
2022-11-18
YJIT: Improve the failure message on enlarging a branch (#6769)
Takashi Kokubun
2022-11-16
YJIT: Shrink version lists after mutation (#6749)
Takashi Kokubun
2022-11-16
YJIT: Pack BlockId and CodePtr (#6748)
Takashi Kokubun
2022-11-16
YJIT: Add compiled_branch_count stats (#6746)
Takashi Kokubun
2022-11-16
YJIT: Stop wrapping CmePtr with CmeDependency (#6747)
Takashi Kokubun
2022-11-16
YJIT: Shrink the vectors of Block after mutation (#6739)
Takashi Kokubun
2022-11-15
YJIT: Invalidate redefined methods only through cme (#6734)
Takashi Kokubun
2022-11-13
YJIT: Remove unused src_ctx from Block (#6714)
Takashi Kokubun
2022-11-08
YJIT: Reset dropped_bytes when patching code
Alan Wu
2022-11-03
YJIT: Fix a wrong type reference (#6661)
Takashi Kokubun
2022-11-02
YJIT: Support invokeblock (#6640)
Takashi Kokubun
2022-11-02
YJIT: Avoid accumulating freed pages in the payload (#6657)
Takashi Kokubun
2022-11-01
YJIT: Add an assert to help with Context changes
Alan Wu
2022-11-01
YJIT: Delete redundant ways to make Context
Alan Wu
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-19
YJIT: Respect writable_addrs on --yjit-dump-iseq-disasm as well (#6596)
Takashi Kokubun
2022-10-18
Fixes remaining issues and turns back on dead code and unused (#6584)
Jimmy Miller
2022-10-18
Allow passing a Rust closure to rb_iseq_callback (#6575)
Takashi Kokubun
2022-10-17
YJIT: Interleave inline and outlined code blocks (#6460)
Takashi Kokubun
2022-10-17
YJIT: call free_block to cleanup block when out of memory
Alan Wu
2022-10-14
YJIT: Avoid creating payloads for non-JITed ISEQs (#6549)
Takashi Kokubun
2022-10-13
fixes more clippy warnings (#6543)
Jimmy Miller
2022-10-11
Implement optimize send in yjit (#6488)
Jimmy Miller
2022-10-06
YJIT: add an assert for branch_stub_hit() (#6505)
Alan Wu
2022-09-09
YJIT: Branch directly when nil? is known from types
John Hawthorn
2022-09-01
Let --yjit-dump-disasm=all dump ocb code as well (#6309)
Takashi Kokubun
2022-08-29
Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopif...
Takashi Kokubun
2022-08-29
Fix a bus error on regenerate_branch (https://github.com/Shopify/ruby/pull/408)
Takashi Kokubun
2022-08-29
Port jit_rb_str_concat to new backend, re-enable cfunc lookup (https://github...
Noah Gibbs (and/or Benchmark CI)
2022-08-29
Fix block invalidation with new backend. Enable more btests on x86 (https://g...
Maxime Chevalier-Boisvert
2022-08-29
Minor cleanups (https://github.com/Shopify/ruby/pull/345)
Alan Wu
2022-08-29
Refactor YJIT branches to use PosMarker (https://github.com/Shopify/ruby/pull...
Maxime Chevalier-Boisvert
2022-08-29
Implement PosMarker instruction (https://github.com/Shopify/ruby/pull/328)
Maxime Chevalier-Boisvert
2022-08-29
Fix compile errors on arm on the CI (https://github.com/Shopify/ruby/pull/313)
Maxime Chevalier-Boisvert
2022-08-29
Get codegen for deferred compilation working
Maxime Chevalier-Boisvert
2022-08-29
Port over get_branch_target()
Maxime Chevalier-Boisvert
2022-08-29
Have Assembler::compile() return a list of GC offsets
Maxime Chevalier-Boisvert
2022-08-29
Remove x86_64 dependency in core.rs
Maxime Chevalier-Boisvert
2022-08-29
Implement gc offset logic
Maxime Chevalier-Boisvert
2022-08-24
add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)
Noah Gibbs
2022-08-04
YJIT: Add known_* helpers for Type (#6208)
John Hawthorn
[next]