mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
Stashing.
This commit is contained in:
parent
f06ba7242a
commit
59c7d865dc
3
Makefile
3
Makefile
@ -335,7 +335,8 @@ $(BIN)/meme: f/meme.o \
|
||||
$(J164_2_OFILES) \
|
||||
$(J164_3_OFILES) \
|
||||
$(J164_4_OFILES) \
|
||||
$(J164_5_OFILES)
|
||||
$(J164_5_OFILES) \
|
||||
$(J164_6_OFILES)
|
||||
$(CC) -g $< -lgmp -o $@
|
||||
|
||||
tags:
|
||||
|
@ -1110,14 +1110,28 @@
|
||||
|
||||
/** Jet firing.
|
||||
**/
|
||||
/* u2_cn_hook():
|
||||
/* u2_cj_hook():
|
||||
**
|
||||
** Execute hook from core.
|
||||
*/
|
||||
u2_noun
|
||||
u2_cn_hook(u2_noun cor,
|
||||
u2_cj_hook(u2_noun cor,
|
||||
const c3_c* tam_c);
|
||||
|
||||
/* u2_cj_look():
|
||||
**
|
||||
** Produce hook formula from core, or u2_none.
|
||||
*/
|
||||
u2_noun // produce
|
||||
u2_cj_look(u2_noun cor, // retain
|
||||
const c3_c* tam_c); // retain
|
||||
|
||||
/* u2_cj_find(): find chip by core, or none.
|
||||
*/
|
||||
u2_weak // senior
|
||||
u2_cj_find(u2_noun cor); // retain
|
||||
|
||||
|
||||
/** Memoization.
|
||||
***
|
||||
*** The memo cache is keyed by an arbitrary symbolic function
|
||||
|
Loading…
Reference in New Issue
Block a user