summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorAlan Wu <[email protected]>2024-06-20 18:14:32 -0400
committerAlan Wu <[email protected]>2024-06-28 11:01:05 -0400
commitbc91e8ff1db329e194f3d9706d94d5261090901d (patch)
tree10814c8bb60df97a9f1754993fbd70958fb3af88 /numeric.c
parent01f0dcd336eaba425384e9351e6a1949b351723f (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