All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabiano Rosas <farosas@suse.de>
To: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
	peter.maydell@linaro.org, alex.bennee@linaro.org,
	richard.henderson@linaro.org, qemu-devel@nongnu.org
Subject: Re: [PATCH v2 1/1] tcg: convert tcg/README to rst
Date: Wed, 30 Nov 2022 15:52:54 -0300	[thread overview]
Message-ID: <87iliw1dh5.fsf@suse.de> (raw)
In-Reply-To: <20221130100434.64207-2-mark.cave-ayland@ilande.co.uk>

Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> writes:

> Convert tcg/README to rst and move it to docs/devel as a new "TCG Intermediate
> Representation" page. There are a few minor changes to improve the aesthetic
> of the final output which are as follows:
>
>   - Rename the title from "Tiny Code Generator - Fabrice Bellard" to "TCG
>     Intermediate Representation"
>
>   - Remove the section numbering
>
>   - Add the missing parameters to the ssadd_vec operations in the "Host
>     vector operations" section
>
>   - Change the path to the Atomic Operations document to use a proper
>     reference
>
>   - Replace tcg/README in tcg.rst with a proper reference to the new document
>
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

Reviewed-by: Fabiano Rosas <farosas@suse.de>

I have a couple of suggestions for a small restructuring. But we could
do that after this patch gets in, no worries.

The index now looks like:

Translator Internals           <--- mentions what TCG stands for
    CPU state optimisations    <--- references TBs and targets
    Direct block chaining
    Self-modifying code and...
    Exception support
    MMU emulation

TCG Intermediate Representation  <--- duplicate section name (see below)
    Introduction                 <--- 2nd time we mention what TCG stands for
    Definitions                  <--- defines TBs and targets
    Intermediate representation  <--- duplicate section name
    Instruction Reference
    Backend
    Recommended coding rules for best performance

I think it would be nicer to merge the text from "Introduction" with the
paragraph that mentions TCG in "Translator Internals" instead of
linking;

and moving the whole "Definitions" section to before "CPU state
optimizations". That way we keep the definitions before the text that
mentions the terms and remove the duplicate "intermediate
representation" in the index.



  reply	other threads:[~2022-11-30 18:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-30 10:04 [PATCH v2 0/1] tcg: convert tcg/README to rst Mark Cave-Ayland
2022-11-30 10:04 ` [PATCH v2 1/1] " Mark Cave-Ayland
2022-11-30 18:52   ` Fabiano Rosas [this message]
2022-12-01 10:42     ` Mark Cave-Ayland
2022-11-30 22:12   ` Richard Henderson
2022-12-01 10:43     ` Mark Cave-Ayland

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87iliw1dh5.fsf@suse.de \
    --to=farosas@suse.de \
    --cc=alex.bennee@linaro.org \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.