mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
92ef9f1a9e
Since the possible values of the backtrace are limited to `nil`, `RData`, and `RAray`, they are now stored as object pointers. This change saves memory by eliminating the need to use instance variables for common exceptions. ref. #2485