Changeset 109158 in webkit


Ignore:
Timestamp:
Feb 28, 2012 3:15:12 PM (12 years ago)
Author:
mhahnenberg@apple.com
Message:

Get rid of padding cruft in CopiedBlock
https://bugs.webkit.org/show_bug.cgi?id=79686

Reviewed by Filip Pizlo.

  • heap/CopiedBlock.h:

(CopiedBlock): Removed the extra padding that was used for alignment purposes until
the calculation of the payload offset into CopiedBlocks was redone recently.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r109138 r109158  
     12012-02-28  Mark Hahnenberg  <mhahnenberg@apple.com>
     2
     3        Get rid of padding cruft in CopiedBlock
     4        https://bugs.webkit.org/show_bug.cgi?id=79686
     5
     6        Reviewed by Filip Pizlo.
     7
     8        * heap/CopiedBlock.h:
     9        (CopiedBlock): Removed the extra padding that was used for alignment purposes until
     10        the calculation of the payload offset into CopiedBlocks was redone recently.
     11
    1122012-02-28  Anders Carlsson  <andersca@apple.com>
    213
  • trunk/Source/JavaScriptCore/heap/CopiedBlock.h

    r108888 r109158  
    6464    void* m_offset;
    6565    uintptr_t m_isPinned;
    66     uintptr_t m_padding;
    67     uintptr_t m_dummy;
    6866};
    6967
Note: See TracChangeset for help on using the changeset viewer.