[libre-riscv-dev] pipeline sync issues

Jacob Lifshay programmerjake at gmail.com
Thu Apr 11 06:49:18 BST 2019


one problem you will run into is what to do with logic that thinks it's
assigning all of a Record, but after that logic has been generated, a new
field is added. you'd have to either ensure you can't add new fields after
code has visited the record or update already generated code.

On Wed, Apr 10, 2019, 22:27 Luke Kenneth Casson Leighton <lkcl at lkcl.net>
wrote:

> On Thu, Apr 11, 2019 at 5:20 AM Jacob Lifshay <programmerjake at gmail.com>
> wrote:
>
> > hope it works out well!
>
>  messy so far, increased code size by 50%.  currently investigating if
> Record can handle the addition of __setattr__ so that things like
> slice on it will work: the answer regarding slice is "no".
>
> l.
>
> _______________________________________________
> libre-riscv-dev mailing list
> libre-riscv-dev at lists.libre-riscv.org
> http://lists.libre-riscv.org/mailman/listinfo/libre-riscv-dev
>


More information about the libre-riscv-dev mailing list