Searched hist:"15 fa08f8451babc88d733bd411d4c94976f9d0f8" (Results 1 – 9 of 9) sorted by relevance
/qemu/include/qemu/ |
H A D | queue.h | 15fa08f8451babc88d733bd411d4c94976f9d0f8 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 D | translate.h | 15fa08f8451babc88d733bd411d4c94976f9d0f8 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 D | translate.c | 15fa08f8451babc88d733bd411d4c94976f9d0f8 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 D | translate-a64.c | 15fa08f8451babc88d733bd411d4c94976f9d0f8 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 D | translate.c | 15fa08f8451babc88d733bd411d4c94976f9d0f8 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 D | tcg-op.c | 15fa08f8451babc88d733bd411d4c94976f9d0f8 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 D | optimize.c | 15fa08f8451babc88d733bd411d4c94976f9d0f8 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 D | tcg.c | 15fa08f8451babc88d733bd411d4c94976f9d0f8 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 D | tcg.h | 15fa08f8451babc88d733bd411d4c94976f9d0f8 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>
|