diff options
author | Alan Wu <[email protected]> | 2024-06-20 18:14:32 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2024-06-28 11:01:05 -0400 |
commit | bc91e8ff1db329e194f3d9706d94d5261090901d (patch) | |
tree | 10814c8bb60df97a9f1754993fbd70958fb3af88 /numeric.c | |
parent | 01f0dcd336eaba425384e9351e6a1949b351723f (diff) |
YJIT: Move `ocb` parameters into `JITState`
Many functions take an outlined code block but do nothing more than
passing it along; only a couple of functions actually make use of it.
So, in most cases the `ocb` parameter is just boilerplate.
Most functions that take `ocb` already also take a `JITState` and this
commit moves `ocb` into `JITState` to remove the visual noise of the
`ocb` parameter.
Diffstat (limited to 'numeric.c')
0 files changed, 0 insertions, 0 deletions