Takashi Kokubun
Takashi Kokubun
I'm writing a change that makes mjit_compile slower, so analyzing the time taken for mjit_compile alone might be useful later.
## Example ```yml modmap: - remap: CapsLock: Esc window: only: Terminal keymap: - remap: RO: Shift-RO window: not: Terminal ```
Split from https://github.com/k0kubun/xremap/issues/87#issuecomment-1098263946 ## Issue * If you repeatedly restart the xremap process in a short period of time, it seems like communication to X11 randomly hangs. Once it hangs,...
tentative implementation for https://github.com/k0kubun/xremap/issues/72
https://github.com/benchmark-driver/benchmark-driver/issues/67#issuecomment-570807255
This follows up https://github.com/ruby/ruby/pull/6401 and https://github.com/ruby/ruby/pull/6409. I updated Cirrus to test Rust 1.58.1 for the --enable-yjit=dev job and fixed its build failure. As we're on Rust 1.58.1, using autoconf seems...
This PR implements `rb_yjit_mark_unused` to free code pages and outlines what I think needs to be implemented as a first simple version of code GC, which only collects code for...