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_core.h
Age
Commit message (
Expand
)
Author
2021-11-26
YJIT: Add ability to exit to interpreter from stubs
Alan Wu
2021-11-22
YJIT: Make block invalidation more robust
Alan Wu
2021-11-04
YJIT code pages refactoring for code GC (#5073)
Maxime Chevalier-Boisvert
2021-11-02
Fix typos
Nobuyoshi Nakada
2021-10-20
Put YJIT into a single compilation unit
Alan Wu
2021-10-20
Fix changes from rebase
Noah Gibbs
2021-10-20
Step 2 to remove the global cb/ocb objects.
Maxime Chevalier-Boisvert
2021-10-20
Store block callee_cme in darray
John Hawthorn
2021-10-20
Use callee-saved regs for REG_SP, REG_EP, REG_CFP
John Hawthorn
2021-10-20
Move yjit_type_of_value into yjit_core.c
John Hawthorn
2021-10-20
Implement verify_ctx for debugging
John Hawthorn
2021-10-20
Introduce ctx_{get,set}_opnd_mapping
John Hawthorn
2021-10-20
Rename to ctx_upgrade_opnd_type
John Hawthorn
2021-10-20
Change register definitions to match the entry point calling convention
Aaron Patterson
2021-10-20
First pass at code page GC object.
Maxime Chevalier-Boisvert
2021-10-20
Add FLONUM detection
John Hawthorn
2021-10-20
Support guards against symbols and integers
John Hawthorn
2021-10-20
Add concatstrings to yjit codegen (#58)
John Hawthorn
2021-10-20
Merge pull request #50 from jhawthorn/detect_type
John Hawthorn
2021-10-20
Implement getblockparamproxy
Alan Wu
2021-10-20
Malloc branch entries (#112)
Maxime Chevalier-Boisvert
2021-10-20
Re-enable local type tracking, until first call
Maxime Chevalier-Boisvert
2021-10-20
Remove unnamed enums because MSVC sux
Maxime Chevalier-Boisvert
2021-10-20
Introduce concept of YJIT instruction operands
Maxime Chevalier-Boisvert
2021-10-20
YJIT: Fancier opt_getinlinecache
Alan Wu
2021-10-20
Add flag bits to avoid compiling stubs multiple times.
Maxime Chevalier-Boisvert
2021-10-20
Keep track of local types in the context
Maxime Chevalier-Boisvert
2021-10-20
Add ctcx_stack_push_local()
Maxime Chevalier-Boisvert
2021-10-20
YJIT: adjust branch shape properly when target already exists
Alan Wu
2021-10-20
use ctx_stack_push_self()
Maxime Chevalier-Boisvert
2021-10-20
Part 1 of improved type tracking logic
Maxime Chevalier-Boisvert
2021-10-20
WIP
Maxime Chevalier-Boisvert
2021-10-20
Commit WIP
Maxime Chevalier-Boisvert
2021-10-20
First sketch at temp type mapping
Maxime Chevalier-Boisvert
2021-10-20
Get rid of dependency on rb_call_cache
Alan Wu
2021-10-20
Yjit: rename context struct
Alan Wu
2021-10-20
Yet Another Ruby JIT!
Jose Narvaez