Home
last modified time | relevance | path

Searched hist:"15 fa08f8451babc88d733bd411d4c94976f9d0f8" (Results 1 – 9 of 9) sorted by relevance

/qemu/include/qemu/
H A Dqueue.h15fa08f8451babc88d733bd411d4c94976f9d0f8 Thu Nov 02 14:19:14 UTC 2017 Richard Henderson <richard.henderson@linaro.org> tcg: Dynamically allocate TCGOps

With no fixed array allocation, we can't overflow a buffer.
This will be important as optimizations related to host vectors
may expand the number of ops used.

Use QTAILQ to link the ops together.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/target/arm/tcg/
H A Dtranslate.h15fa08f8451babc88d733bd411d4c94976f9d0f8 Thu Nov 02 14:19:14 UTC 2017 Richard Henderson <richard.henderson@linaro.org> tcg: Dynamically allocate TCGOps

With no fixed array allocation, we can't overflow a buffer.
This will be important as optimizations related to host vectors
may expand the number of ops used.

Use QTAILQ to link the ops together.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
H A Dtranslate.c15fa08f8451babc88d733bd411d4c94976f9d0f8 Thu Nov 02 14:19:14 UTC 2017 Richard Henderson <richard.henderson@linaro.org> tcg: Dynamically allocate TCGOps

With no fixed array allocation, we can't overflow a buffer.
This will be important as optimizations related to host vectors
may expand the number of ops used.

Use QTAILQ to link the ops together.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
H A Dtranslate-a64.c15fa08f8451babc88d733bd411d4c94976f9d0f8 Thu Nov 02 14:19:14 UTC 2017 Richard Henderson <richard.henderson@linaro.org> tcg: Dynamically allocate TCGOps

With no fixed array allocation, we can't overflow a buffer.
This will be important as optimizations related to host vectors
may expand the number of ops used.

Use QTAILQ to link the ops together.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/target/microblaze/
H A Dtranslate.c15fa08f8451babc88d733bd411d4c94976f9d0f8 Thu Nov 02 14:19:14 UTC 2017 Richard Henderson <richard.henderson@linaro.org> tcg: Dynamically allocate TCGOps

With no fixed array allocation, we can't overflow a buffer.
This will be important as optimizations related to host vectors
may expand the number of ops used.

Use QTAILQ to link the ops together.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/tcg/
H A Dtcg-op.c15fa08f8451babc88d733bd411d4c94976f9d0f8 Thu Nov 02 14:19:14 UTC 2017 Richard Henderson <richard.henderson@linaro.org> tcg: Dynamically allocate TCGOps

With no fixed array allocation, we can't overflow a buffer.
This will be important as optimizations related to host vectors
may expand the number of ops used.

Use QTAILQ to link the ops together.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
H A Doptimize.c15fa08f8451babc88d733bd411d4c94976f9d0f8 Thu Nov 02 14:19:14 UTC 2017 Richard Henderson <richard.henderson@linaro.org> tcg: Dynamically allocate TCGOps

With no fixed array allocation, we can't overflow a buffer.
This will be important as optimizations related to host vectors
may expand the number of ops used.

Use QTAILQ to link the ops together.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
H A Dtcg.c15fa08f8451babc88d733bd411d4c94976f9d0f8 Thu Nov 02 14:19:14 UTC 2017 Richard Henderson <richard.henderson@linaro.org> tcg: Dynamically allocate TCGOps

With no fixed array allocation, we can't overflow a buffer.
This will be important as optimizations related to host vectors
may expand the number of ops used.

Use QTAILQ to link the ops together.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/include/tcg/
H A Dtcg.h15fa08f8451babc88d733bd411d4c94976f9d0f8 Thu Nov 02 14:19:14 UTC 2017 Richard Henderson <richard.henderson@linaro.org> tcg: Dynamically allocate TCGOps

With no fixed array allocation, we can't overflow a buffer.
This will be important as optimizations related to host vectors
may expand the number of ops used.

Use QTAILQ to link the ops together.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>