[Git][ghc/ghc][wip/T18348] rts/Hash: Simplify freeing of HashListChunks

Ben Gamari gitlab at gitlab.haskell.org
Tue Jun 23 21:54:50 UTC 2020


Spam detection software, running on the system "mail.haskell.org", has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
@@CONTACT_ADDRESS@@ for details.

Content preview:  Ben Gamari pushed to branch wip/T18348 at Glasgow Haskell
  Compiler / GHC Commits: 712940de by Ben Gamari at 2020-06-23T21:54:37+00:00
   rts/Hash: Simplify freeing of HashListChunks While looking at #18348 I noticed
   that the treatment of HashLists are a bit more complex than necessary (which
   lead to some initial confusion on my part). Specifically, we allocate HashLists
   in chunks. Each chunk allocation makes two allocations: one for the chunk
   itself and one for a HashListChunk to link together the chunks for the purposes
   of freeing. [...] 

Content analysis details:   (5.0 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 1.1 URI_HEX                URI: URI hostname has long hexadecimal sequence
 5.0 UNWANTED_LANGUAGE_BODY BODY: Message written in an undesired language
-1.9 BAYES_00               BODY: Bayes spam probability is 0 to 1%
                            [score: 0.0000]
 0.0 HTML_MESSAGE           BODY: HTML included in message
 0.8 RDNS_NONE              Delivered to internal network by a host with no rDNS
 0.0 T_DKIM_INVALID         DKIM-Signature header exists but is not valid

The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

-------------- next part --------------
An embedded message was scrubbed...
From: Ben Gamari <gitlab at gitlab.haskell.org>
Subject: [Git][ghc/ghc][wip/T18348] rts/Hash: Simplify freeing of HashListChunks
Date: Tue, 23 Jun 2020 17:54:50 -0400
Size: 136837
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200623/7993e753/attachment-0001.mht>


More information about the ghc-commits mailing list