qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Fwd:?==?utf-8?q? Fw: some thoughts on nanoMIPS solution


From: Aleksandar Markovic
Subject: [Qemu-devel] Fwd:?==?utf-8?q? Fw: some thoughts on nanoMIPS solution
Date: Thu, 05 Jul 2018 16:49:41 +0200
User-agent: SOGoMail 2.3.10

> > Therefore, I think it makes sense to (more or less) split translate.c into,
> > let's say, following set of files:
> >
> >   * translate_cmn_chk.h - definitions of (typically inlined) functions 
> >check_XXX()
> >   * translate_cmn_gen.h - declarations of gen_XXX() family of functions, and
> >     definitions of such functions among them that are inlined
> >   * translate_cmn_gen.c - definitions of non-inlined gen_XXX() functions
> >     (including all their callees)
> >
> >   * translate.h - common structure definitions such as DisasContext
> >   * translate.c - the rest of code after splitting
> >
> >
> > The nanoMIPS code would be, in such organization, in a separate file:
> >
> >   * translate_nanomips.c
>
> This sounds fine.  Thanks for being willing to tackle this.

I may submit something that attempts to be "the best of both worlds" between 
yours and mine alternative in next few days. Let's talk over the code. :)

Regards,
Aleksandar
address@hidden>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]