Bug 131895

Summary: bmalloc: Improved alignment in LargeChunk
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Geoffrey Garen 2014-04-19 13:48:03 PDT
bmalloc: Improved alignment in LargeChunk
Comment 1 Geoffrey Garen 2014-04-19 13:49:51 PDT
Created attachment 229744 [details]
Patch
Comment 2 Andreas Kling 2014-04-19 14:37:54 PDT
Comment on attachment 229744 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=229744&action=review

OK r=me

> Source/bmalloc/ChangeLog:12
> +        Techincally, the previous alignment was harmless, but I would prefer,
> +        dear reader, not to have to explain the interlocking set of
> +        circumstances that made it so.

Typo, technically.
Comment 3 Geoffrey Garen 2014-04-19 16:02:35 PDT
Committed r167554: <http://trac.webkit.org/changeset/167554>