https://bugzilla.novell.com/show_bug.cgi?id=405807


           Summary: MetadataWriter/ImageWriter should emit
                    fieldinitialization in the .data section instead of
                    .text
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: P5 - None
         Component: Cecil
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


code compiled with ilasm or mcs puts field init data in the .data section
When I use monodis on the generated assembly I can see the byte stream dumped

When I save an assembly that has been changed using Mono.Cecil field init data
ends up in the .text section

The issue here is that if I use monodis to look at the code I do not see them
anymore.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to