First there was
QEMU that provided a fairly fast emulation of x86 hardware using a technique called "
dynamic translation". Then came
kqemu (or QEMU Accelerator Module) that allowed user code (ring 3) to run directly on the actual hardware providing speedups of around 3-5 times. Now comes the
-kernel-kqemu option that allows even some of kernel code (ring 0) to run
directly on the actual hardware providing
impressive speedups over the old kqemu. Of course, these speedups come at the cost of affecting the stability of the host OS because of bugs in kqemu. kqemu is also not Free software, though it is free (gratis) for non-commercial uses.
In other news, GCC's SVN repository is also available for
read-only access via HTTP for those who are stuck behind corporate firewalls and want access to the latest sources without having to download weekly snapshots. Of course, this is slower than the SVN protocol and might also be pulled off if it contributes too much to the load on the server.
(
Originally posted on Advogato.)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.