|
Ruby 3.4.9p82 (2026-03-11 revision 76cca827ab52ab1d346a728f068d5b8da3e2952b)
|
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.