qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC][PATCH] signrom: Speed up checksum calculation


From: Stefan Weil
Subject: Re: [Qemu-devel] [RFC][PATCH] signrom: Speed up checksum calculation
Date: Mon, 23 Jan 2012 20:25:38 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20111110 Iceowl/1.0b1 Icedove/3.0.11

Am 23.01.2012 20:19, schrieb Jan Kiszka:
On 2012-01-23 20:16, Stefan Weil wrote:
Am 23.01.2012 19:38, schrieb Jan Kiszka:

[snip]
What about replacing the whole script by a python script?
That would save about 6 more forks :-)

I think we have no python dependency in the build system yet - while we
have for awk. That was also the original reason to go for a shell script.

If the situation changed, I would not vote against python, for sure.

Jan

We do. Even configure will fail now without Python:

if ! has $python; then
  echo "Python not found. Use --python=/path/to/python"
  exit 1
fi

QEMU depends on Python = Python 2 for QAPI, tracing and maybe more.
See scripts/*.py.

Stefan




reply via email to

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