Use weak guards for on-trace allocations.

This commit is contained in:
Mike Pall
2021-03-23 00:33:34 +01:00
parent de89c602c2
commit ddd0fd8f37
4 changed files with 51 additions and 49 deletions

View File

@@ -124,8 +124,8 @@
\
/* Buffer operations. */ \
_(BUFHDR, L , ref, lit) \
_(BUFPUT, L , ref, ref) \
_(BUFSTR, A , ref, ref) \
_(BUFPUT, LW, ref, ref) \
_(BUFSTR, AW, ref, ref) \
\
/* Barriers. */ \
_(TBAR, S , ref, ___) \
@@ -139,9 +139,9 @@
_(STRTO, N , ref, ___) \
\
/* Calls. */ \
_(CALLN, N , ref, lit) \
_(CALLA, A , ref, lit) \
_(CALLL, L , ref, lit) \
_(CALLN, NW, ref, lit) \
_(CALLA, AW, ref, lit) \
_(CALLL, LW, ref, lit) \
_(CALLS, S , ref, lit) \
_(CALLXS, S , ref, ref) \
_(CARG, N , ref, ref) \