github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm Set by AlexDaniel on 12 June 2018. |
|||
MasterDuke | another interesting article by the guy who writes fast hash tables probablydance.com/2018/06/16/fibon...er-modulo/ | 00:30 | |
01:08
Kaiepi left
01:45
Kaiepi joined
|
|||
samcv | jnthn: updated my PR, i think it should be okay now | 02:21 | |
02:42
Kaiepi left
03:17
Kaiepi joined
03:35
Kaiepi left
03:36
Kaiepi joined
04:32
ZofBot joined
04:39
ZofBot left,
ZofBot joined
05:45
Kaiepi left
07:26
domidumont joined
07:33
domidumont left,
domidumont joined
09:02
domidumont left
12:28
AlexDaniel left
12:33
domidumont joined
13:56
AlexDaniel joined
14:10
AlexDaniel left
14:36
zakharyas joined
14:39
lizmat left
14:48
lizmat joined
14:53
lizmat left,
lizmat joined
15:33
zakharyas left
15:35
zakharyas joined
15:36
zakharyas left
15:37
zakharyas joined
15:54
MasterDuke left
16:02
MasterDuke joined
16:13
AlexDaniel joined
16:29
zakharyas left
16:48
AlexDaniel left,
AlexDaniel joined
17:02
MasterDuke left
17:09
zakharyas joined
17:11
MasterDuke joined
|
|||
Geth | MoarVM/master: 6 commits pushed by (Samantha McVey)++ | 18:10 | |
18:31
domidumont left
19:30
zakharyas left
|
|||
Geth | MoarVM: 4d91dabe2b | (Samantha McVey)++ | 7 files Add coerce_us op for coercing unsigned integers to strings |
20:08 | |
20:54
robertle left
22:06
Kaiepi joined
22:14
Kaiepi left
22:15
Kaiepi joined
|
|||
MasterDuke | samcv: src/core/interp.c: In function ‘MVM_interp_run’: src/core/interp.c:5384:40: warning: implicit declaration of function ‘MVM_coerce_u_s’; did you mean ‘MVM_coerce_n_s’? [-Wimplicit-function-declaration] GET_REG(cur_op, 0).s = MVM_coerce_u_s(tc, GET_REG(cur_op, 2).u64); | 23:23 | |
and src/core/interp.c:5384:38: warning: assignment to ‘MVMString *’ {aka ‘struct MVMString *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion] GET_REG(cur_op, 0).s = MVM_coerce_u_s(tc, GET_REG(cur_op, 2).u64); | |||
samcv | MasterDuke: ah oops | ||
Geth | MoarVM: 4d4b14c1d4 | (Samantha McVey)++ | src/core/coerce.h Make sure MVM_coerce_u_s is in coerce.h Otherwise we get warnings about implicitly declared functions. |
23:26 | |
23:29
lizmat left
23:46
lizmat joined
|