Pairing A C Compiler With QEMU's Code Generator

Posted by Michael Larabel on November 18, 2012

Earlier this week when writing about the state of the Tiny C Compiler, I learned more about QCC. QCC is a new initiative to pair a forked version of the Tiny C Compiler (TCC) with QEMU's code generator.

The QCC compiler is being worked on by Rob Landley, a developer with much compiler development experience that previously worked on early 64-bit TCC support. The QEMU CPU emulator has a code generator named TCG, which is short for Tiny Code Generator. The TCG generator translates code fragments from any target code supported by QEMU into a code representation that can be then executed on the host.

Using the Tiny Code Generator Interpreter (TCI) it allows running QEMU on any 32-bit or 64-bit host where as without this there is only support for the most prominent host CPU architectures. The Tiny Code Generator is part of the official QEMU release and works with x86/x86_64, ARM, MIPS, PowerPC, and other emulated environments.

The goal of QCC is to leverage QEMU's Tiny Code Generator/Interpreter rather than having to rewrite target code for all of these different architectures. The Tiny C Compiler right now just supports x86/x86_64 and some ARM support. It's certainly an interesting concept especially with QEMU working well already on most platforms and the TCC fork not having a huge development base.

Information on QCC can be found on Landley's home-page but there isn't too much information or code available right now as he's engaged on other projects too. QEMU's code generator is outlined on the QEMU Wiki.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
Latest Hardware Reviews
  1. Sumo Lounge Emperor
  2. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  3. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  4. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
Latest Software Articles
  1. GCC 4.8.0 vs. LLVM Clang 3.3 Compiler Performance
  2. Intel Linux OpenGL Driver Leading Over Apple OS X
  3. The Cost Of Ubuntu Disk Encryption
  4. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
Latest Linux News
  1. A New X.Org-Free Wayland LiveCD Released
  2. Unity 8, Mir Made Progress This Week On Features
  3. LLVM Clang 3.3 RC2 Is Ready For Testing
  4. AMD RadeonSI Gallium3D Begins Simple CL Demos
  5. Intel Shows Off GNOME3-Based Tizen Shell
  6. Linux Desktop Security Could Be A Whole Lot Better
  7. KDE 4.11 Will Be The Last Major KDE4 Workspaces Feature Release
  8. New NVIDIA Linux Driver Supports The GeForce GTX 780
  9. Chrome 28 To Offer More Speed Improvements
  10. Digia Announces "Boot To Qt" Project
  11. X.Org Libraries Hit By Round Of Security Issues
Latest Forum Talk
  1. AMD RadeonSI Gallium3D Begins Simple CL Demos
  2. Debian GNU/Hurd 2013 Release Brings New Packages
  3. GCC 4.8.0 vs. LLVM Clang 3.3 Compiler Performance
  4. Steam: No used games...
  5. KDE 4.11 Will Be The Last Major KDE4 Workspaces...
  6. Linux Desktop Security Could Be A Whole Lot Better
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite