Displaying 3 results from an estimated 3 matches for "edc0df2c".
2010 Sep 22
0
[LLVMdev] Enabling inlining
On Sep 22, 2010, at 9:54 AM, David Given wrote:
> My language is producing a lot of very short functions, typically two or
> three instructions long. These should be ideal candidates for inlining,
> but it isn't happening.
>
> My compiler is producing one big bitcode file, and all the functions are
> marked as 'internal'. I'm then doing the optimisation and
2010 Sep 22
2
[LLVMdev] Enabling inlining
...-- Sartre
│ "Do be do be do" -- Sinatra
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100922/edc0df2c/attachment.sig>
2010 Sep 22
2
[LLVMdev] Enabling inlining
My language is producing a lot of very short functions, typically two or
three instructions long. These should be ideal candidates for inlining,
but it isn't happening.
My compiler is producing one big bitcode file, and all the functions are
marked as 'internal'. I'm then doing the optimisation and translation
manually using llc -O3 into a .s file, and then linking this against