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:
parent
4b80358e5d
commit
f505446d1f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
Code generation context
|
Code generation context
|
||||||
Contains information we can use to optimize code
|
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)
|
// Depth of this block in the sidechain (eg: inline-cache chain)
|
||||||
uint8_t chain_depth;
|
uint8_t chain_depth;
|
||||||
|
|
Loading…
Add table
Reference in a new issue