[Mono-bugs] [Bug 655380] String switch statement runs 5x slower on iPhone if compared to simple list of if statements

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 22 18:58:52 EST 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=655380#c3


Miguel de Icaza <miguel at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miguel at novell.com
          Component|JIT                         |C#
         AssignedTo|lupus at novell.com            |msafar at novell.com
            Product|Mono: Runtime               |Mono: Compilers
   Target Milestone|---                         |2.8.x

--- Comment #3 from Miguel de Icaza <miguel at novell.com> 2010-11-22 23:58:51 UTC ---
I believe we used to have a simple if/else setup in the past, but it looks like
we no longer support that case, we only support the Hashtable setup.

Marek, do you think we could add the code back to do if/else cascades for up to
some constant number of switch statements?

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list