Derek Li

Results 2 issues of Derek Li

Typically a process' stack size is quite small (a few mega bytes). For example, it's 8MB on Mac. Think we can increase that, but it's not ideal if a program...

socket_t's send and recv signatures are as below. Why send accepts ref, but recv only accepts pointer? also shouldn't send accept const ref instead of ref? inline bool send (message_t...

Area (runtime/usage)
Symptom: API design