ruby/yjit
nagachika 7c0c2df9b4 merge revision(s) dd80d9b089: [Backport #20997]
YJIT: Filter `&` calls from specialized C method codegen

	Evident with the crash reported in [Bug #20997], the C replacement
	codegen functions aren't authored to handle block arguments (nor
	should they because the extra code from the complexity defeats
	optimization). Filter sites with VM_CALL_ARGS_BLOCKARG.
2025-01-25 14:51:31 +09:00
..
bindgen merge revision(s) 3b83b265f1: [Backport #19404] 2023-02-06 14:00:47 +09:00
src merge revision(s) dd80d9b089: [Backport #20997] 2025-01-25 14:51:31 +09:00
.gitignore
Cargo.lock YJIT: Instrument global allocations on stats build (#6712) 2022-11-13 12:54:41 -05:00
Cargo.toml YJIT: Generate debug info in release builds (#6910) 2022-12-12 15:59:29 -05:00
not_gmake.mk YJIT: Support MAKE=bmake for release build 2022-09-20 14:17:27 -04:00
yjit.mk Suppress the output of if [ 'xyes' = xyes ]; code 2022-12-13 22:26:24 -08:00