<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Eli Friedman wrote:
<blockquote
 cite="mid:f5aa3e9b0911241338k389496d9q5ffc16800420f06f@mail.gmail.com"
 type="cite">
  <pre wrap="">On Tue, Nov 24, 2009 at 1:25 PM, John McCall <a class="moz-txt-link-rfc2396E" href="mailto:rjmccall@apple.com"><rjmccall@apple.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">This implicitly assumes that arithmetic on void* is in 1-byte chunks.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Arithmetic on void* is in sizeof(char) chunks, which are "1-byte" by definition.
  </pre>
</blockquote>
<br>
Ah, right, that camp.  I'm sorry, I didn't read closely enough; 
everything looks fine.<br>
<br>
I assume a patch to switch codegen's hardcoded uses of i8 to the
appropriate byte pointer is forthcoming?<br>
<br>
John.
</body>
</html>