| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-22 | RJIT: Prefer STDERR over $stderr | Takashi Kokubun | |
| When $stderr is redirected, you'll have no way to see why RJIT got broken. This reference must always be the actual stderr. | |||
| 2023-12-20 | RJIT: Print an error message first | Takashi Kokubun | |
| Creating a backtrace can crash if RJIT is triggered by branch_stub_hit. In that case, it's useful to at least print the error message. | |||
| 2023-12-13 | RJIT: Just skip generating code for aarch64/arm64 (#9221) | Takashi Kokubun | |
| 2023-08-08 | YJIT: Compile exception handlers (#8171) | Takashi Kokubun | |
| Co-authored-by: Maxime Chevalier-Boisvert <maximechevalierb@gmail.com> Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 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 | |||
