search for: fe83ef97

Displaying 1 result from an estimated 1 matches for "fe83ef97".

2020 Jan 27
2
Custom Alloca implementation
Hello all, In my project, I need to allocate an extra 4 Bytes in every Alloca instruction. These additional bytes will be used to store the 'allocation info'(like size and structure of the allocated object etc). Instead of adding 4 bytes to the Alloca 'size' operand at every Alloca Instruction, I was thinking to make this change at the level where Alloca gets converted to machine