Add noalias and nocapture attributes to pointer stg registers
authorDavid Terei <davidterei@gmail.com>
Mon, 28 Jun 2010 11:51:20 +0000 (11:51 +0000)
committerDavid Terei <davidterei@gmail.com>
Mon, 28 Jun 2010 11:51:20 +0000 (11:51 +0000)
At the moment this gives a very slight performance boost of around 1 - 2%.
Future changes to the generated code though so that pointers are kept as
pointers more often instead of being cast to integer types straight away
should hopefully improve the benefit this brings.


No differences found