|
From: Bart V. A. <bar...@gm...> - 2009-08-23 16:14:00
|
Hello, Earlier today I found out that the functions defined in the source file coregrind/m_aspacemgr/aspacemgr-linux.c are not only used on Linux but that some of the functions defined in this source file are also needed for the Darwin build. This is misleading. It might be appropriate to refactor this module such that operating-system neutral code is moved to a common file and only operating-system specific code remains in the source file aspacemgr-linux.c. Bart. |