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-12-13
Rename --jit to --mjit (#5248)
Takashi Kokubun
2021-12-06
YJIT: Fix incomplete invalidation from opt_setinlinecache
Alan Wu
2021-12-03
YJIT: Bounds check every byte in the assembler
Alan Wu
2021-12-01
Check that cb / ocb exist before marking executable
Aaron Patterson
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-05
Suppress unused-function warnings
Nobuyoshi Nakada
2021-11-04
YJIT code pages refactoring for code GC (#5073)
Maxime Chevalier-Boisvert
2021-11-02
remove the repeat 'the'
180909
2021-10-28
Rename ::YJIT to RubyVM::YJIT
Alan Wu
2021-10-27
YJIT: move --yjit-stats at_exit call into Ruby
Alan Wu
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
[next]