Information Source Code Documentation Contact How to Help Gallery | |
Supported PlatformsCurrentValgrind supports the following platforms:
On Linux, you must be running kernel 3.0 or later, and glibc 2.5.X or later. On Mac OS X you must be running 10.9.x or later. For details of which distributions the current release (valgrind-3.24.0) builds and runs its regression tests on, see the release notes. Out Of TreeThe following ports have been done and are maintained outside the Valgrind repository. Note that they may have varying levels of completeness, may not work reliably, and may target older versions of Valgrind.
HistoricalThe following are no longer actively developed ports. They are noted here for historical reference and include both in-tree and out-of-tree ports. It can be useful to review a previous port as a potential starting point if one decides to support Valgrind on the same platform again.
Porting PlansValgrind 3.X has the infrastructure to support multiple platforms. A platform is a specific (CPU,OS) pairing, such as X86/Linux or AMD64/Linux. Maintaining each port takes a lot of effort, more so than for most other programs. Valgrind is fragile due to the low-level nature of what it does. Also, each platform port has CPU-specific code, OS-specific code and platform-specific code, and testing all the combinations is difficult. Because of this, we can only justify supporting platforms that are widely used. Unlike NetBSD or GCC, we are not interested in having Valgrind work on every platform in the known universe: the maintenance burden is too high. Therefore, porting Valgrind to different platforms is not simply a technical exercise: you also need to make a convincing case that the effort will be worth it, and that the port will be supported properly, at least in the foreseeable future. Windows is not under consideration because porting to it would require so many changes it would almost be a separate project. (However, Valgrind + Wine can be made to work with some effort.) Also, non-open-source OSes are difficult to deal with; being able to see the OS and associated (libc) source code makes things much easier. However, Valgrind is quite usable in conjunction with Wine, which means that it is possible to run Windows programs under Valgrind with some effort. This message states our porting rationale. As ever we retain a flexible approach, and are interested in hearing your comments/porting needs if you have any. |
|
Copyright © 2000-2024 Valgrind™ Developers |