|
Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
|
Defines ASSUME / #RB_LIKELY / UNREACHABLE. More...
#include "ruby/internal/config.h"#include "ruby/internal/assume.h"#include "ruby/internal/has/builtin.h"Go to the source code of this file.
Macros | |
| #define | ASSUME RBIMPL_ASSUME |
| Old name of RBIMPL_ASSUME. | |
| #define | UNREACHABLE RBIMPL_UNREACHABLE() |
| Old name of RBIMPL_UNREACHABLE. | |
| #define | UNREACHABLE_RETURN RBIMPL_UNREACHABLE_RETURN |
| Old name of RBIMPL_UNREACHABLE_RETURN. | |
| #define | RB_LIKELY(x) |
| #define | RB_UNLIKELY(x) |
Defines ASSUME / #RB_LIKELY / UNREACHABLE.
Definition in file assume.h.