[llvm-commits] PATCH: Aligned bundling support in LLVM MC

Greg Fitzgerald garious at gmail.com
Fri Dec 14 16:29:58 PST 2012


> +  // If bundling is enabled:
> +  // - If we're not in a bundle-locked group, emit the instruction into
a data
> +  //   fragment of its own.

Hi Eli,

This looks expensive.  Do you have any numbers that compare compile time
and memory usage with and without bundling enabled?

Thanks,
Greg



On Fri, Dec 14, 2012 at 3:09 PM, Eli Bendersky <eliben at google.com> wrote:

> Hello,
>
> Following the discussion here:
> http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-December/056754.html
>
> I'm sending the first set of patches to implement ailgned bundling
> support in LLVM MC. The proposal and implementation are documented
> here:
>
>
> https://sites.google.com/a/chromium.org/dev/nativeclient/pnacl/aligned-bundling-support-in-llvm
>
> There are two patches: one with the implementation and another with the
> tests.
>
> Please take a look,
> Eli
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121214/c53e0f67/attachment.html>


More information about the llvm-commits mailing list