Y.Horie
Y.Horie
@zamazan4ik Thanks interesting suggestion. I consider that such optimize through this module might be limited. At first this module is a kind of nginx module, in short the build process...
@zamazan4ik I could completely make sense what you suggested, it can be optimized the following approach. But I'm not sure how can be improved it such that process. https://stackoverflow.com/questions/13881292/what-information-does-gcc-profile-guided-optimization-pgo-collect-and-which-op We...
@testn Yes, It seems that it fits what @vozlt said. [lua-resty-counter](https://github.com/kong/lua-resty-counter) can provide the individual worker counter. As far as I can see the PR that module use it to...
Hi, @lexand Because valyala/tcplisten calls syscall.Listen(fd, backlog) directly now, It can be set backlog size under system requirements if we use tcplisten.Config.Backlog. Unless we use config, it adopt `soMaxConn` for...
I had backported https://go-review.googlesource.com/c/go/+/255898/ check it out #6
@gussmith23 Hi, Can I try to work in this issue?
@gussmith23 First, I'm trying to get coverage with grcov (https://github.com/mozilla/grcov) It can get the coverage reports as follow: - using nightly toolchain `rustup install nightly && rustup default nightly` can...
@gussmith23 Humm.., although I used `bin/bash -c "command1 && command2"` instead of , it also failed the same reasons. c.f docker run multiple commands https://stackoverflow.com/questions/28490874/docker-run-image-multiple-commands ``` docker run -e CARGO_INCREMENTAL=0...
@gussmith23 I attempted your docket command, but it ‘s same failure. it seems that `tvm-macro` build failure. as follow: ``` docker run -e CARGO_INCREMENTAL=0 -e RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off...
I attempted check in new origin/HEAD which commit id is `3395aa7e24b736013b63abdcb8f5bfff1e6f1b5a`(is it correct?), although it was still same result...