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
2022-02-16
Fix -Wsign-compare when -DRUBY_DEBUG=1
Alan Wu
2022-02-16
Change darray size to size_t and add functions that use GC malloc
Peter Zhu
2021-12-29
YJIT: Use proper size prefix and conversion where IL32LLP64
Nobuyoshi Nakada
2021-12-15
YJIT: Remove unused branch_t::src_ctx field
Alan Wu
2021-12-08
YJIT: Fix leak in compilation loop
Alan Wu
2021-12-07
YJIT: Undo add_block_version() in OOM code path
Alan Wu
2021-12-06
YJIT: Add integrity checks for blockid
Alan Wu
2021-12-01
Mark JIT code as writeable / executable depending on the situation
Aaron Patterson
2021-12-01
YJIT: Fail gracefully while OOM for new entry points
Alan Wu
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-18
Add --yjit-no-type-prop so we can test YJIT without type propagation (#5135)
Maxime Chevalier-Boisvert
2021-11-04
YJIT code pages refactoring for code GC (#5073)
Maxime Chevalier-Boisvert
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
Remove a few more uses of the global cb/ocb
Maxime Chevalier-Boisvert
2021-10-20
Step 2 to remove the global cb/ocb objects.
Maxime Chevalier-Boisvert
2021-10-20
Add counters for tracking invalidations
Alan Wu
2021-10-20
Store block callee_cme in darray
John Hawthorn
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
[next]