<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>Perhaps warnings or errors should be requestable though.</div>
<div><br>
</div>
<div>For example in C a warning for __TIME__.</div>
<div><br>
</div>
<div>There is a goal in some parts that take a source tree and be able to build</div>
<div>it again on another computer and get identical bytes.</div>
<div><br>
</div>
<div>It is good for determining "provenance" -- this is the actual source to those binaries (or</div>
<div>at least one of them -- if you consider comments, there are infinite source variations</div>
<div>that might map to the same binaries).</div>
<div><br>
</div>
<div>It is good for build systems with aggressive caching -- change comments, recompile</div>
<div>those sources, get the same objects, "cut off" the graph walk, everything is correct in the cache,</div>
<div>just add another hash for source that maps to object.</div>
<div><br>
</div>
<div> - Jay</div>
<p></p>
<p><br>
</p>
<div style="color: rgb(0, 0, 0);">
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> M3devel <m3devel-bounces@elegosoft.com> on behalf of Hendrik Boom <hendrik@topoi.pooq.com><br>
<b>Sent:</b> Tuesday, July 4, 2017 2:52 PM<br>
<b>To:</b> m3devel@elegosoft.com<br>
<b>Subject:</b> Re: [M3devel] compiler switch "reduce target variation"?</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">On Tue, Jul 04, 2017 at 06:34:03AM +0000, Jay K wrote:<br>
> Trying to resume work here..<br>
> <br>
> Here, I've commited this to a branch:<br>
> <br>
> <br>
> <a href="https://github.com/modula3/cm3/commit/0d59546d11641afe3772b73f226c2e90b960d7fc" id="LPlnk606572" previewremoved="true">
https://github.com/modula3/cm3/commit/0d59546d11641afe3772b73f226c2e90b960d7fc</a>
<div id="LPBorder_GT_14991835353310.42582792296816474" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_14991835353140.36176815966775244" role="presentation" cellspacing="0" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td id="ImageCell_14991835353180.17300014769222205" colspan="1" style="width: 250px; position: relative; display: table-cell; padding-right: 20px;">
<div id="LPImageContainer_14991835353180.49910159925373176" style="background-color: rgb(255, 255, 255); height: 250px; position: relative; margin: auto; display: table; width: 250px;">
<a id="LPImageAnchor_14991835353190.24571383850824957" href="https://github.com/modula3/cm3/commit/0d59546d11641afe3772b73f226c2e90b960d7fc" target="_blank" style="display: table-cell; text-align: center;"><img id="LPThumbnailImageID_14991835353200.37113688979103876" style="display: inline-block; max-width: 250px; max-height: 250px; height: 250px; width: 250px; border-width: 0px; vertical-align: bottom;" width="250" height="250" src="https://avatars0.githubusercontent.com/u/1635728?v=3&s=200"></a></div>
</td>
<td id="TextCell_14991835353220.7343407466615339" colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;">
<div id="LPRemovePreviewContainer_14991835353220.58237233601134"></div>
<div id="LPTitle_14991835353220.29750578787676796" style="top: 0px; color: rgb(0, 120, 215); font-weight: normal; font-size: 21px; font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_14991835353240.013722809936824065" href="https://github.com/modula3/cm3/commit/0d59546d11641afe3772b73f226c2e90b960d7fc" target="_blank" style="text-decoration: none;">reduce-target-variation · modula3/cm3@0d59546</a></div>
<div id="LPMetadata_14991835353270.2095441271302696" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
github.com</div>
<div id="LPDescription_14991835353290.3976699343876975" style="display: block; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
cm3 - Critical Mass Modula-3</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
> <br>
> <br>
> There are some unrelated changes I will tease out and commit separately.<br>
> <br>
> <br>
> I still believe we should implement this.<br>
> <br>
> <br>
> It is a variation of what people call "deterministic builds".<br>
> <br>
<br>
Whn the source code explicitly uses features whose whole purpose is to <br>
vary between builds, then it's quite reasonable for the object code to <br>
vary, even if one asks for a deterministic build.<br>
<br>
-- hendrik<br>
_______________________________________________<br>
M3devel mailing list<br>
M3devel@elegosoft.com<br>
<a href="https://m3lists.elegosoft.com/mailman/listinfo/m3devel" id="LPlnk744164" previewremoved="true">https://m3lists.elegosoft.com/mailman/listinfo/m3devel</a><br>
</div>
</span></font></div>
</div>
</body>
</html>