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_iface.c
Age
Commit message (
Expand
)
Author
2021-10-22
YJIT: Don't take VM lock on constant IC fill when disabled
Alan Wu
2021-10-20
Don't enable YJIT by default. More tests on both Ubuntu and MacOS.
Noah Gibbs
2021-10-20
Put YJIT into a single compilation unit
Alan Wu
2021-10-20
Remove unused function
Alan Wu
2021-10-20
Fix changes from rebase
Noah Gibbs
2021-10-20
style: align pointer "*" to the right
Alan Wu
2021-10-20
Add counters for version invalidation reasons
Alan Wu
2021-10-20
Try to break the code page refactoring into smaller steps
Maxime Chevalier-Boisvert
2021-10-20
Fix excessive invalidation for opt_getinlinecache
Alan Wu
2021-10-20
Add counters for tracking invalidations
Alan Wu
2021-10-20
Fix warnings about redefining YJIT_STATS
Alan Wu
2021-10-20
Prevent stats being enabled late at run-time
Maxime Chevalier-Boisvert
2021-10-20
Implement invokesuper using cfp->ep[ME] check
John Hawthorn
2021-10-20
Store block callee_cme in darray
John Hawthorn
2021-10-20
Allow to toggle YJIT stats collection from runtime
Jean Boussier
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
If codeblock is NULL because YJIT is disabled, YJIT.runtime_stats should retu...
Noah Gibbs
2021-10-20
Add flag so we can easily tell if all stats avail. Comment out broken test.
Maxime Chevalier-Boisvert
2021-10-20
Make sure we can still compile with the JIT disabled
Aaron Patterson
2021-10-20
Remove the scraper
Aaron Patterson
2021-10-20
make compiler happy
Aaron Patterson
2021-10-20
Always use `ret` to return to the interpreter
Aaron Patterson
2021-10-20
YJIT stats should always include the inlined and outlined sizes, regardless o...
Noah Gibbs
2021-10-20
Add (void) for no arg functions
Maxime Chevalier-Boisvert
2021-10-20
First pass at code page GC object.
Maxime Chevalier-Boisvert
2021-10-20
rb_struct_define_under needs a trailing NULL
Aaron Patterson
2021-10-20
Use snprintf rather than double strncpy.
Noah Gibbs
2021-10-20
Change strcpy of a static string to strncpy
Noah Gibbs
2021-10-20
Better comments where we add exits-by-opcode to the stats hash, plus a presum...
Noah Gibbs
2021-10-20
Add back ifdefs for RUBY_DEBUG, accidentally removed
Noah Gibbs
2021-10-20
Convert YJIT stats reporting on exit from C to Ruby.
Noah Gibbs
2021-10-20
Add exit counters and inline/outlined code size to stats hash
Noah Gibbs
2021-10-20
Convert yjit static stat variables to counters
Noah Gibbs
2021-10-20
Add tests, comments, and an assert for invokesuper
Alan Wu
2021-10-20
Add a macro for tweaking default call threshold
Alan Wu
2021-10-20
Try running with more YJIT options in CI to surface more bugs
Maxime Chevalier-Boisvert
2021-10-20
Add graphviz output
Aaron Patterson
2021-10-20
Warn rather than raise when --yjit-stats is ignored
Jean Boussier
2021-10-20
If --yjit-stats is given without RUBY_DEBUG, that should be an error.
Noah Gibbs
2021-10-20
Allow to enable `--yjit-stats` via a env variable
Jean Boussier
2021-10-20
Use builtin_inline_p to avoid pushing a frame for primitive C methods (#63)
Maxime Chevalier-Boisvert
2021-10-20
Increase default YJIT call threshold to 10. Add exec mem size arg. (#52)
Maxime Chevalier-Boisvert
2021-10-20
Implement send with blocks
Alan Wu
2021-10-20
Print top-20 common exit reasons instead of just top-10 (#19)
Maxime Chevalier-Boisvert
2021-10-20
Try to alloc executable memory within rel32 range on Linux machines (#12)
Maxime Chevalier-Boisvert
2021-10-20
Implement greedy versioning. Refactor versioning logic. (#10)
Maxime Chevalier-Boisvert
2021-10-20
cYjitCodeComment is only defined if we're not in debugging mode
Aaron Patterson
2021-10-20
Malloc branch entries (#112)
Maxime Chevalier-Boisvert
2021-10-20
YJIT: Fancier opt_getinlinecache
Alan Wu
[next]