1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Yjit: rename context struct

This commit is contained in:
Alan Wu 2021-03-17 11:00:36 -04:00
parent 4b80358e5d
commit f505446d1f

View file

@ -27,7 +27,7 @@
Code generation context
Contains information we can use to optimize code
*/
typedef struct CtxStruct
typedef struct yjit_context
{
// Depth of this block in the sidechain (eg: inline-cache chain)
uint8_t chain_depth;