[go-nuts] go binary cover instrumentation for test binary

2023-08-11 Thread 'Radu Berinde' via golang-nuts
ar command that runs those "inner" tests. But I'm still curious if there's a lower-level way of building the test binary with the right kind of instrumentation. Thanks, -Radu -- You received this message because you are subscribed to the Google Groups "golang-nuts&quo

Re: [go-nuts] how to control the timezone of time.Now()

2021-10-27 Thread 'Radu Berinde' via golang-nuts
pside of stripping it? Are there cases I'm not seeing where the mono time would interfere with these "standard" usage patterns? Thanks, -Radu On Wed, Oct 27, 2021, 4:01 PM Ian Lance Taylor wrote: > On Wed, Oct 27, 2021 at 3:37 PM Andrei Matei > wrote: > > > > At

Re: [go-nuts] Slow 64 bit integer division on amd64

2016-11-10 Thread radu
) >> % 2^32 which I thought is exactly the result of DIV r32. >> >> -Radu >> >> On Thursday, November 10, 2016 at 8:46:02 AM UTC-5, alb.do...@gmail.com >> wrote: >>> >>> When you do a DIV r32 in 64bit mode the result will be saved in >>> EAX bu

Re: [go-nuts] Slow 64 bit integer division on amd64

2016-11-10 Thread radu
ult of DIV r32. -Radu On Thursday, November 10, 2016 at 8:46:02 AM UTC-5, alb.do...@gmail.com wrote: > > When you do a DIV r32 in 64bit mode the result will be saved in > EAX but this means that you can only do that if the high word > of the dividend is smaller that the d

Re: [go-nuts] Slow 64 bit integer division on amd64

2016-11-07 Thread radu
Sorry to revive an old thread. One thing to note is that dividing a 64-bit by a 32-bit is much faster than dividing a 64-bit by a 64-bit, at least on recent Intel platforms. Unfortunately there is no valid way to express that kind of calculation in Go.. Is the compiler/optimizer smart enough t

Re: [go-nuts] trouble running "git-codereview mail"

2016-08-28 Thread radu
For what its worth, I was able to authenticate by using the cookie as the username and password (username is the part before the "=" password is the part after). On Saturday, August 27, 2016 at 10:56:04 PM UTC-4, Ian Lance Taylor wrote: > > On Sat, Aug 27, 2016 at 10:49 AM, > > wrote: > > >

[go-nuts] trouble running "git-codereview mail"

2016-08-27 Thread radu
e" setting and ~/.gitcookies file looks ok (I also tried removing all the old cookies). Any ideas? Thanks! -Radu -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it,