mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
add the PtrWrite lowlevel
This commit is contained in:
parent
c22f33ec8a
commit
be31bc5c41
7 changed files with 24 additions and 2 deletions
|
@ -20,6 +20,7 @@ const LAYOUT_UNIT: InLayout = Layout::UNIT;
|
|||
|
||||
const ARG_1: Symbol = Symbol::ARG_1;
|
||||
const ARG_2: Symbol = Symbol::ARG_2;
|
||||
const ARG_3: Symbol = Symbol::ARG_3;
|
||||
|
||||
/// "Infinite" reference count, for static values
|
||||
/// Ref counts are encoded as negative numbers where isize::MIN represents 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue