[cfe-dev] aligned 'new'

Chris Lattner clattner at apple.com
Tue Aug 23 09:12:50 PDT 2011


On Aug 23, 2011, at 2:15 AM, Anton Yartsev wrote:

>>>>> Attached is the the patch that substitutes calls to default new operators with calls to functions - aligned analogs of default new operators. This functions may live in the clang's mm_malloc.h header where aligned malloc lives. The patch is partial, it does not affect deletes and do not contain substituting functions yet. Please review and direct!
>>>>> 
>>>> Ping!
>>>> 
>>> Hi,
>>> 
>>> here is the updated patch that substitute both news and deletes, please review!
>>> 
>> Final patch with aligned functions added, please review!
>> 
> Ping!

Hi Anton,

Can you include the most recent patch?

-Chris



More information about the cfe-dev mailing list