Displaying 2 results from an estimated 2 matches for "a0914a5c".
2009 Nov 17
0
[LLVMdev] SAFECode Source Code Released
Török Edwin wrote:
> Ok, then converting from void** to PoolSlab** can be done by going
> through void* as an intermediary type?
>
The violation is not in how you're converting the void** to a
PoolSlab**. That array is forever and always an array of void*s, and no
amount of conversion will make it not a strict-aliasing violation to
load PoolSlab*s from it. All your patch is
2009 Nov 17
2
[LLVMdev] SAFECode Source Code Released
On 2009-11-16 23:42, John McCall wrote:
> Török Edwin wrote:
>> On 2009-11-16 22:46, John Criswell wrote:
>>
>>> [snip]
>>>
>>>> My initial message (containing the patch) was a private reply to John.
>>>>
>>>> Attached the patch again, it applies with 'patch -p0'.
>>>>
>>>> Also try to