Oh right! A generalized version of that strategy might work for Neil&#39;s program too.<span></span><br><br>On Saturday, August 18, 2012, Matthias Felleisen  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div><br></div><div>Vincent got TR to &#39;split&#39; complex numbers, if that&#39;s what you mean by &#39;wide enough&#39; arguments, and he did so w/o changing R. So perhaps there is a way to get the computation on floats and the tag for their meaning. </div>
<div><br></div><div><br></div><br><div><div>On Aug 18, 2012, at 4:13 PM, Robby Findler wrote:</div><br><blockquote type="cite">One could, concievably, still do that without boxing/unblocking by passing &quot;wide enough&quot; arguments. And it does seem like TR could help with that, but IIUC the untyped portion of the compiler needs significant work to support that before TR&#39;s knowledge of the program would help (But doing a better job with structs is, iiuc, a long standing &quot;something could be much better here&quot; type of thing.) <span></span><br>

<br>On Saturday, August 18, 2012, Matthias Felleisen  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
But don&#39;t you need the &#39;tag&#39; from the struct to distinguish .4 in p from .4 in 1-p? They may be the same number but they denote distinct ideas. -- Matthias<br>
&#39;<br>
<br>
<br>
On Aug 18, 2012, at 2:40 PM, Neil Toronto wrote:<br>
<br>
&gt; Is TR&#39;s optimizer eventually going to unbox structs in the same way it unboxes rectangular flonums?<br>
&gt;<br>
&gt; I have a design choice right now: how to represent probabilities. Floats are good because of their speed, but because of floating-point limitations, *four different representations* are typically used. (For the curious: p, 1-p, log(p), and log(1-p).) I&#39;d like to make functions that accept any one of these representations, denoted by this type:<br>


&gt;<br>
&gt;  (define-type Probability<br>
&gt;    (U probability 1-probability log-probability log-1-probability))<br>
&gt;<br>
&gt; The types are simply struct types that tag Float.<br>
&gt;<br>
&gt; Of course, manually boxing flonums ruins any chance of the compiler emitting code that keeps the flonums unboxed. If TR&#39;s optimizer unboxed structs, though, everything could be speedy.<br>
&gt;<br>
&gt; FWIW, by &quot;eventually,&quot; I mean &quot;within the next n years&quot;, where &quot;n&quot; is a smallish number.<br>
&gt;<br>
&gt; Neil ⊥<br>
&gt; _________________________<br>
&gt; Racket Developers list:<br>
&gt; <a href="http://lists.racket-lang.org/dev" target="_blank">http://lists.racket-lang.org/dev</a><br>
<br>
</blockquote>
</blockquote></div><br></div></blockquote>