Re: [go-nuts] Is this a typo/bug in runtime.heapBitsSetType?

2021-06-09 Thread steve wang
Thanks for your anwer. It's my misreading. On Thursday, June 10, 2021 at 2:25:31 PM UTC+8 axel.wa...@googlemail.com wrote: > The comment says "Advance two words", so I assume no? > > On Thu, Jun 10, 2021 at 6:14 AM steve wang wrote: > >> go 1.16.5 >> ru

[go-nuts] Is this a typo/bug in runtime.heapBitsSetType?

2021-06-09 Thread steve wang
go 1.16.5 runtime/mbitmap.go:946 1. switch h.shift { 2. case 0: 3. *h.bitp &^= mask3 << 0 4. *h.bitp |= hb << 0 5. case 1: 6. *h.bitp &^= mask3 << 1 7. *h.bitp |= hb << 1 8. case 2: 9. *h.bitp &^= mask2 << 2 10. *h.bitp |= (hb & mask2) << 2 11. // Two words written

Re: [go-nuts] rsa.GenerateKey does not return on sepcial bits

2016-08-03 Thread steve wang
done. https://github.com/golang/go/issues/16596 On Thursday, August 4, 2016 at 12:01:55 PM UTC+8, bradfitz wrote: > > Please file a bug. > > > On Wed, Aug 3, 2016 at 8:20 PM, steve wang > wrote: > >> https://play.golang.org/p/gYYUDxj6Z5 >> >> Is this a

[go-nuts] rsa.GenerateKey does not return on sepcial bits

2016-08-03 Thread steve wang
https://play.golang.org/p/gYYUDxj6Z5 Is this an issue? -- 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, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options