<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
I have an Objective-C file that’s about 6000 lines long, which is nearly all a NSArray of 550 items, each of which is a NSDictionary with NSString/NSString and NSString/NSNumber key value pairs in literal syntax. This code takes about 0.4s to compile if optimizations
 are turned off. It takes about 8 minutes to compile if -O1 is turned on. It takes about 13 minutes to compile if "-fobjc-arc" option is given with -O1. The time-report indicates that Dead Store Elimination optimization is taking the majority of the time. Is
 it worth logging a bug or is that working as intended?
<div><br>
</div>
<div>
<div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;"><span class="Apple-style-span" style="font-family: Calibri, sans-serif; font-size: 15px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">
<div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; ">
<a name="_MailAutoSig"><b><span style="font-size: 10pt; font-family: Arial, sans-serif; color: black; ">Chris Jung</span></b></a><span><span style="font-size: 12pt; font-family: 'Times New Roman', serif; "><o:p></o:p></span></span></div>
<p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 6pt; font-size: 11pt; font-family: Calibri, sans-serif; ">
<span><span style="font-size: 8pt; font-family: Arial, sans-serif; color: black; "> </span></span></p>
<p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 6pt; font-size: 11pt; font-family: Calibri, sans-serif; ">
<span><span style="font-size: 8pt; font-family: Arial, sans-serif; color: black; ">Embedded Software Engineer<br>
Network and Service Enablement<br>
JDSU<br>
(317) 614-8089<br>
</span></span><span></span><a href="blocked::http://www.jdsu.com/" title="blocked::http://www.jdsu.com/ http://www.jdsu.com/" style="color: blue; text-decoration: underline; "><span><span style="font-size: 8pt; font-family: Arial, sans-serif; color: blue; ">www.jdsu.com</span></span><span></span></a><span><span style="font-size: 8pt; font-family: Arial, sans-serif; "><o:p></o:p></span></span></p>
<p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 6pt; font-size: 11pt; font-family: Calibri, sans-serif; ">
<span><span style="font-size: 8pt; font-family: Arial, sans-serif; color: navy; "> </span></span></p>
<div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; ">
<span><span></span><br class="Apple-interchange-newline">
<span></span></span><span><img height="83" width="423" apple-inline="yes" id="31AB3E38-4914-44C4-818B-9133C59449B6" apple-width="yes" apple-height="yes" src="cid:image001.jpg@01CCAF6C.740B7B20"></span><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><span class="Apple-style-span" style="font-family: Calibri, sans-serif; font-size: 15px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><span class="Apple-style-span" style="font-family: 'Times New Roman', serif; font-size: 16px; "><br class="Apple-interchange-newline">
</span></span></span></span></div>
</span></span></span></div>
<br>
</div>
</body>
</html>