Skip to content

Commit

Permalink
group all domain_state fiber variables together
Browse files Browse the repository at this point in the history
  • Loading branch information
ctk21 committed Nov 19, 2020
1 parent 8b7fe20 commit 2fc9f73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions runtime/caml/domain_state.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ DOMAIN_STATE(struct stack_info*, current_stack)
DOMAIN_STATE(void*, exn_handler)
/* Pointer into into the current stack */

DOMAIN_STATE(struct c_stack_link*, c_stack)
/* The C stack associated with this domain. Used by this domain to perform external calls. */

DOMAIN_STATE(struct stack_info**, stack_cache)

DOMAIN_STATE(value*, gc_regs_buckets)

DOMAIN_STATE(value*, gc_regs)

DOMAIN_STATE(value**, gc_regs_slot)

DOMAIN_STATE(struct c_stack_link*, c_stack)
/* The C stack associated with this domain. Used by this domain to perform external calls. */

DOMAIN_STATE(struct stack_info**, stack_cache)

DOMAIN_STATE(struct caml_minor_tables*, minor_tables)

DOMAIN_STATE(struct mark_stack*, mark_stack)
Expand Down

0 comments on commit 2fc9f73

Please sign in to comment.