Bug 131895 - bmalloc: Improved alignment in LargeChunk
Summary: bmalloc: Improved alignment in LargeChunk
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-19 13:48 PDT by Geoffrey Garen
Modified: 2014-04-19 16:02 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.06 KB, patch)
2014-04-19 13:49 PDT, Geoffrey Garen
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>