Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
There are roughly 800 places we use "mx_internal::" in our code. If we can't optimize this at the compiler level, then we should switch most (or all) to the "use namespace mx_internal" syntax. This should yield better compiler and runtime performance. Ideally, we could get ASC to change this for us, though.