http://bugzilla.novell.com/show_bug.cgi?id=553789


           Summary: Full-AOT needs to be supported in the Simulator
    Classification: Mono
           Product: MonoTouch
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Tools
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.5)
Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)

When building and running in the Simulator, it still enables the JIT, which
prevents early detection of JIT bugs (i.e. causing a JIT on the device). This
means that the slow build/AOT/install/click to debug/attach/exception cycle
takes a long time to track down and fix those errors. 
If it is not possible to disable the JIT within the simulator, then an option
to perform AOT, and instrument when JITs are performed would be a great help.

Reproducible: Always

Steps to Reproduce:
1. Write some code that causes a JIT
2. Run in Simulator, no error
3. Run on device, app crashes.


Expected Results:  
When run in the Simulator, the app crashes (or prints out a message stating
that a JIT has occured to the console).

-- 
Configure bugmail: http://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