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_asm.c
Age
Commit message (
Expand
)
Author
2021-12-27
Tiny mmap emulation for Windows
U.Nakamura
2021-12-25
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2021-12-14
YJIT: Fix unexpected truncation when outputing VALUE
Alan Wu
2021-12-05
YJIT: Initialize code buffer with PUSH DS
Alan Wu
2021-12-03
YJIT: Bounds check every byte in the assembler
Alan Wu
2021-12-01
Mark JIT code as writeable / executable depending on the situation
Aaron Patterson
2021-11-05
YJIT: use shorter encoding for mov(r64,imm) when unambiguous (#5081)
Alan Wu
2021-11-04
YJIT code pages refactoring for code GC (#5073)
Maxime Chevalier-Boisvert
2021-10-20
YJIT: Show GCC that the mmap probing loop runs at least once
Alan Wu
2021-10-20
Fix non RUBY_DEBUG build warnings
Alan Wu
2021-10-20
Put YJIT into a single compilation unit
Alan Wu
2021-10-20
style: line break before "else"
Alan Wu
2021-10-20
style: switch statements indent
Alan Wu
2021-10-20
style: align pointer "*" to the right
Alan Wu
2021-10-20
Try to break the code page refactoring into smaller steps
Maxime Chevalier-Boisvert
2021-10-20
Include errno message in mmap failure output
Jean Boussier
2021-10-20
First pass at code page GC object.
Maxime Chevalier-Boisvert
2021-10-20
Code page allocation code
Maxime Chevalier-Boisvert
2021-10-20
Implement basic encodings for xchg
Maxime Chevalier-Boisvert
2021-10-20
Fix encoding of test x86 instruction
Maxime Chevalier-Boisvert
2021-10-20
Try to alloc executable memory within rel32 range on Linux machines (#12)
Maxime Chevalier-Boisvert
2021-10-20
Update yjit_asm.c
Maxime Chevalier-Boisvert
2021-10-20
Fill uninitialized memory with int3
Maxime Chevalier-Boisvert
2021-10-20
Fix GCC warnings
Alan Wu
2021-10-20
Fix condition in cb_align_pos which should return early when aligned
Dylan Thacker-Smith
2021-10-20
Yet Another Ruby JIT!
Jose Narvaez