[llvm] r196334 - [Stackmap] Emit multi-byte nops for X86.

Juergen Ributzka juergen at apple.com
Tue Dec 3 16:49:34 PST 2013


The existing long nop support is only used to align code sections in the AsmBackend and directly emits the raw bytes into the object file.
This implementation is on a higher level that works for MCAsmStreamer and MCObjectStreamer.

-Juergen

On Dec 3, 2013, at 4:48 PM, Joerg Sonnenberger <joerg at britannica.bec.de> wrote:

> On Wed, Dec 04, 2013 at 12:39:08AM -0000, Juergen Ributzka wrote:
>> Author: ributzka
>> Date: Tue Dec  3 18:39:08 2013
>> New Revision: 196334
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=196334&view=rev
>> Log:
>> [Stackmap] Emit multi-byte nops for X86.
> 
> Isn't this duplicating the existing long nop support?
> 
> Joerg
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list