Daniel Xu
Daniel Xu
Makes sense to me. But rather than over TCP (which would imply bringing up networking), how about orchestrating a serial device that's shared between the host and guest? The gdbserver...
Ah ok, let's start with kernel gdb server first. Should be a neat feature.
Can `LOG(FATAL)` throw a custom exception rather than runtime_error? Having a central choke point is nice. Also it's a bit more consistent to read/write.
Had some shower thoughts: 1. Can simplify semantic analyser with the type helper: https://pastes.dxuuu.xyz/4ilo7i 1. I mentioned this above; not sure if we had different opinions or if I wasn't...
> > Can simplify semantic analyser with the type helper > > Good call. I'll update that. > > > A user could be doing a loop and only wanting...
Oh, I think we need a feature probe in semantic analyser as well for the map elem callback helper
Chatted offline about turning count() and sum() reads into proper ints. Type system does not allow us to do this easily. So I think all outstanding issues modulo feature probing...
Could create a scratch-map per big-string/big-record. It's a bit wasteful but we won't need to do lifetime analysis. Another option is to disallow storing big-string/big-records on the stack. So for...
We'll tackle the memset() issue in #3229. Big record support is rather esoteric, so we can address that if users ever ask for it
I think this is now unblocked with the recent migration to libbpf as a loader. cc @viktormalik