[go-nuts] gollvm: capture-fcn-attributes.go generates the header file with improperly chosen CPU model (i686; yonah)

2020-12-04 Thread Ivan Serdyuk
Hello. This issue is related to https://go-review.googlesource.com/c/gollvm/+/274574 . I think I have some misunderstanding on how you used to deal with CPU models, for LLVM. First things first - I had success with using #include "llvm/ADT/StringRef.h" #include "llvm/ADT/StringMap.h" #include

[go-nuts] mongo driver 1.4.4 with server version < 4.2

2020-12-04 Thread bmar...@gmail.com
Hello everyone, i run a lot of test in array mode where I create and delete database. Everything was fine (average of 7ms) with globalsign mgo driver and my mongo in 3.6 version (docker). I use now the official mongo driver in 1.4.4 version and my response_time become very high (average ~98ms

Re: [go-nuts] Can we "go get" unreleased standard library packages?

2020-12-04 Thread 'Kevin Chowski' via golang-nuts
To follow up on Axel's suggestion to use "tip", this tool will automatically download the latest repository and compile it for you, with just two simple commands (download/compile the tool with go get, then run the tool): https://godoc.org/golang.org/dl/gotip I used it the other week and I was