Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-08 | YJIT: Compile exception handlers (#8171) | Takashi Kokubun | |
Co-authored-by: Maxime Chevalier-Boisvert <[email protected]> Notes: Merged-By: k0kubun <[email protected]> | |||
2023-04-04 | RJIT: Add --rjit-verify-ctx option | Takashi Kokubun | |
2023-04-03 | Fix a test_rubyoptions failure | Takashi Kokubun | |
2023-04-02 | RJIT: Limit the number of versions per block | Takashi Kokubun | |
2023-04-02 | RJIT: Find a best matching block version | Takashi Kokubun | |
2023-04-02 | RJIT: Store type information in Context | Takashi Kokubun | |
2023-04-02 | RJIT: Support entry with different PCs | Takashi Kokubun | |
2023-04-02 | RJIT: Support has_opt ISEQs | Takashi Kokubun | |
2023-04-01 | RJIT: Support rest args | Takashi Kokubun | |
2023-04-01 | RJIT: Comment a location for each block | Takashi Kokubun | |
2023-04-01 | RJIT: Rewind stack_size on CantCompile and side exits | Takashi Kokubun | |
so that we can take an exit whenever we want. As a starter, this commit also pops blockarg earlier than some CantCompile exits. | |||
2023-03-12 | RJIT: Fix block finding logic | Takashi Kokubun | |
like YJIT does | |||
2023-03-10 | RJIT: Remove unused code from headers | Takashi Kokubun | |
2023-03-10 | RJIT: Introduce --rjit-exec-mem-size | Takashi Kokubun | |
2023-03-09 | RJIT: Use imemo_type_p instead | Takashi Kokubun | |
which seems safer. It seems like imemo_type can cause SEGV. | |||
2023-03-09 | RJIT: Lazily compile global ocb | Takashi Kokubun | |
2023-03-06 | s/mjit/rjit/ | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7462 | |||
2023-03-06 | s/MJIT/RJIT/ | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7462 | |||
2023-03-06 | Rename MJIT filenames to RJIT | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7462 |