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.c
Age
Commit message (
Expand
)
Author
2021-10-20
Only clear the JIT function when we invalidate the entry block
Aaron Patterson
2021-10-20
TracePoint support
Alan Wu
2021-10-20
Allow to compile with --yjit-stats support but not the full RUBY_DEBUG
Jean Boussier
2021-10-20
Use callee-saved regs for REG_SP, REG_EP, REG_CFP
John Hawthorn
2021-10-20
Detach mapping to local in ctx_set_local_type
John Hawthorn
2021-10-20
Fix stack size check for ctx_get_opnd_type
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
Don't generate entry point when PC != 0
John Hawthorn
2021-10-20
Allow upgrading first N types when stack is large
John Hawthorn
2021-10-20
Improve comments for mapping functions
John Hawthorn
2021-10-20
Fix ctx_clear_local_types
John Hawthorn
2021-10-20
Make ctx_diff aware of mappings
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
Make sure we can still compile with the JIT disabled
Aaron Patterson
2021-10-20
Fix BOP invalidation
Aaron Patterson
2021-10-20
Add a guard that we start executing on the first PC
Aaron Patterson
2021-10-20
fix alignment
Aaron Patterson
2021-10-20
Flatten mappings when clearing locals
John Hawthorn
2021-10-20
Convert yjit static stat variables to counters
Noah Gibbs
2021-10-20
Try running with more YJIT options in CI to surface more bugs
Maxime Chevalier-Boisvert
2021-10-20
Update comment
Maxime Chevalier-Boisvert
2021-10-20
Remove #define MAX_VERSIONS, now using command-line option
Maxime Chevalier-Boisvert
2021-10-20
Fix issue in yjit_free_block causing segfault
Maxime Chevalier-Boisvert
2021-10-20
Fix assertions in `invalidate_block_version()`, add small repro (#14)
Maxime Chevalier-Boisvert
2021-10-20
Implement greedy versioning. Refactor versioning logic. (#10)
Maxime Chevalier-Boisvert
2021-10-20
Pass self type through method calls
Maxime Chevalier-Boisvert
2021-10-20
Malloc branch entries (#112)
Maxime Chevalier-Boisvert
2021-10-20
Temporarily increase MAX_BRANCHES until we have a better solution
Maxime Chevalier-Boisvert
2021-10-20
Diff the local types in ctx_diff()
Maxime Chevalier-Boisvert
2021-10-20
move assert. opnd.idx doesn't make sense for OPND_SELF
Alan Wu
2021-10-20
Fix bug in ctx_set_local_type()
Maxime Chevalier-Boisvert
2021-10-20
Re-enable local type tracking, until first call
Maxime Chevalier-Boisvert
2021-10-20
Assert for running out of branches in all builds
Alan Wu
2021-10-20
Introduce concept of YJIT instruction operands
Maxime Chevalier-Boisvert
2021-10-20
YJIT: Fancier opt_getinlinecache
Alan Wu
2021-10-20
Fix stack-use-after-scope in gen_direct_jump()
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
Add comments and asserts for clarity
Maxime Chevalier-Boisvert
2021-10-20
Readd const arguments
Maxime Chevalier-Boisvert
2021-10-20
Fix branch rewrite issue
Maxime Chevalier-Boisvert
2021-10-20
Update yjit_core.c
Maxime Chevalier-Boisvert
2021-10-20
YJIT: adjust branch shape properly when target already exists
Alan Wu
2021-10-20
Fix type_diff logic after Alan pointed out errors
Maxime Chevalier-Boisvert
2021-10-20
Part 1 of improved type tracking logic
Maxime Chevalier-Boisvert
2021-10-20
Stop all other ractors when patching machine code
Alan Wu
2021-10-20
Fix issue with version matching logic
Maxime Chevalier-Boisvert
[next]