Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark IO::Buffer as experimental. | Samuel Williams | 2021-11-10 | 1 | -0/+1 |
* | IO::Buffer for scheduler interface. | Samuel Williams | 2021-11-10 | 1 | -0/+178 |
* | add `make runirb` rule | Koichi Sasada | 2021-10-28 | 1 | -0/+3 |
* | YJIT: Implement duphash (#5009) | Ian C. Anderson | 2021-10-25 | 1 | -0/+1 |
* | process.c: Add Process._fork (#5017) | Yusuke Endoh | 2021-10-25 | 1 | -0/+3 |
* | Add INSTRUBY_OPTS to INSTRUBY_ARGS [ci skip] | Nobuyoshi Nakada | 2021-10-23 | 1 | -2/+3 |
* | freeze (make shareable) script_lines | Koichi Sasada | 2021-10-21 | 1 | -0/+1 |
* | `RubyVM.keep_script_lines` | Koichi Sasada | 2021-10-21 | 1 | -0/+1 |
* | Actually, tabs are okay in Makefile | Alan Wu | 2021-10-20 | 1 | -2/+2 |
* | Expand tabs | Alan Wu | 2021-10-20 | 1 | -2/+2 |
* | Update dependencies | Alan Wu | 2021-10-20 | 1 | -0/+9 |
* | Remove yjit_backend to help with upstreaming | Alan Wu | 2021-10-20 | 1 | -1/+0 |
* | Put YJIT into a single compilation unit | Alan Wu | 2021-10-20 | 1 | -811/+220 |
* | Fix changes from rebase | Noah Gibbs | 2021-10-20 | 1 | -0/+185 |
* | TracePoint support | Alan Wu | 2021-10-20 | 1 | -1/+5 |
* | Add toregexp to yjit | eileencodes | 2021-10-20 | 1 | -0/+1 |
* | Add getglobal to yjit | eileencodes | 2021-10-20 | 1 | -0/+2 |
* | Remove the scraper | Aaron Patterson | 2021-10-20 | 1 | -4/+0 |
* | Add YJIT.enabled? | John Hawthorn | 2021-10-20 | 1 | -0/+13 |
* | Update deps | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -0/+1 |
* | Add concatstrings to yjit codegen (#58) | John Hawthorn | 2021-10-20 | 1 | -0/+4 |
* | Update common.mk | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -0/+1 |
* | Remove token_paste.h dep from common.mk | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -4/+0 |
* | update deps | Aaron Patterson | 2021-10-20 | 1 | -0/+1 |
* | Get rid of dependency on rb_call_cache | Alan Wu | 2021-10-20 | 1 | -0/+1 |
* | YJIT: lazy polymorphic getinstancevariable | Alan Wu | 2021-10-20 | 1 | -815/+816 |
* | Yet Another Ruby JIT! | Jose Narvaez | 2021-10-20 | 1 | -822/+822 |
* | uJIT: Implement opt_getinlinecache | Alan Wu | 2021-10-20 | 1 | -0/+1 |
* | Ujit bug fixes | Alan Wu | 2021-10-20 | 1 | -0/+1 |
* | Tie lifetime of uJIT blocks to iseqs | Alan Wu | 2021-10-20 | 1 | -1/+33 |
* | Update dependencies | Alan Wu | 2021-10-20 | 1 | -1/+2 |
* | Directly link libcapstone for easier development | Aaron Patterson | 2021-10-20 | 1 | -0/+2 |
* | Update dependencies | Alan Wu | 2021-10-20 | 1 | -2/+601 |
* | Refactor uJIT code into more files for readability | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -16/+18 |
* | Update dependencies | Alan Wu | 2021-10-20 | 1 | -0/+12 |
* | Update dependency | Alan Wu | 2021-10-20 | 1 | -0/+1 |
* | Run ruby tool/update-deps --fix | Alan Wu | 2021-10-20 | 1 | -0/+198 |
* | Refactor ujit_examples.h generator. Remove dwarfdump dependency | Alan Wu | 2021-10-20 | 1 | -5/+3 |
* | Don't assume srcdir is cwd | Alan Wu | 2021-10-20 | 1 | -1/+1 |
* | Add function to print strings from generated code | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -0/+1 |
* | Fix typo | Alan Wu | 2021-10-20 | 1 | -1/+1 |
* | Fix dependency for ujit_examples.h | Alan Wu | 2021-10-20 | 1 | -2/+2 |
* | Add new files, ujit_compile.c, ujit_compile.h | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -0/+1 |
* | Progress on x86 assembler. Encode a few simple instructions. | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -1/+0 |
* | Progress on porting x86 assembler for MicroJIT | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -0/+2 |
* | Yeah, this actually works! | Alan Wu | 2021-10-20 | 1 | -0/+5 |
* | Suppress some messages on building mjit header | Kazuhiro NISHIYAMA | 2021-10-12 | 1 | -2/+2 |
* | marshal.c Marshal.load accepts a freeze: true option. | Jean Boussier | 2021-10-05 | 1 | -0/+5 |
* | ruby tool/update-deps --fix | 卜部昌平 | 2021-10-05 | 1 | -0/+414 |
* | introduce debug.gem | Koichi Sasada | 2021-10-05 | 1 | -1/+1 |