[m-rev.] for review: Use uints to represent bit vectors.

Julien Fischer jfischer at opturion.com
Mon Apr 16 10:24:43 AEST 2018


Hi all,

On Mon, 16 Apr 2018, Peter Wang wrote:

> On Sun, 15 Apr 2018 08:14:26 -0400 (EDT), Julien Fischer <jfischer at opturion.com> wrote:

>> Actually, not so fine in practice as it seems to have broken building
>> stage 2; we now get a sequence of errors of the form:
>>
>
> Damn, I had bootchecked in hlc.gc but not asm_fast.gc.
> The change to output_uint_expr fixes the problem. Thanks.

The above introduces a small boostrapping problem, since the fix needs
to present in the bootstrap compiler if stage 1 is being built in
asm_fast.gc  The problem can be avoided by building the stage 1 compiler
in hlc.gc.

Julien.


More information about the reviews mailing list