From c68e97bf3ccafb232e608041e0defc8ce4f7e210 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 23 Jan 2026 21:53:03 +0900 Subject: [PATCH] NEWS.md: add commit SHA for OP_RETTRUE/OP_RETFALSE entry Co-authored-by: Claude --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 1f1d1e418..a0c917bd3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -86,7 +86,7 @@ New super-instructions that fuse common opcode sequences to reduce bytecode size - `OP_MATCHERR`: Pattern matching error with conditional execution for `in` patterns ([944168a](https://github.com/mruby/mruby/commit/944168a), [e9a9ba4](https://github.com/mruby/mruby/commit/e9a9ba4)) - `OP_BLKCALL`: Direct block call for `yield`, bypassing method dispatch (13-17% faster) ([3aa2872](https://github.com/mruby/mruby/commit/3aa2872)) - `OP_RETNIL`: Single-byte instruction for `return nil` pattern ([64e30bf](https://github.com/mruby/mruby/commit/64e30bf)) -- `OP_RETTRUE`/`OP_RETFALSE`: Single-byte instructions for `return true`/`return false` patterns +- `OP_RETTRUE`/`OP_RETFALSE`: Single-byte instructions for `return true`/`return false` patterns ([0b15727](https://github.com/mruby/mruby/commit/0b15727)) # Fixed GitHub Issues