Re: [PATCH 00/22] plugins: Rewrite plugin code generation

2024-03-19 Thread Pierrick Bouvier
On 3/16/24 05:56, Richard Henderson wrote: As I mooted with Pierrick earlier this week: (1) Add a (trivial) mechanism for emitting code into the middle of the opcode sequence: tcg_ctx->emit_before_op. (2) Rip out all of the "empty" generation and "copy" to modify those sequences. Replace with

[PATCH 00/22] plugins: Rewrite plugin code generation

2024-03-15 Thread Richard Henderson
As I mooted with Pierrick earlier this week: (1) Add a (trivial) mechanism for emitting code into the middle of the opcode sequence: tcg_ctx->emit_before_op. (2) Rip out all of the "empty" generation and "copy" to modify those sequences. Replace with regular code generation once we know what val