Changes between Version 4 and Version 5 of DevelModuleList
- Timestamp:
- 08/05/2006 06:21:29 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelModuleList
v4 v5 32 32 Lock provider, to operate shm atomicly. 33 33 34 It's important to note that the "scope" of the lock must be same as of shared memory. 35 * Anonymous shared memory <-> Anonymous lock: The shm/lock is shared inside process group 36 * Non-Anonymous shared memory <-> Non-Anonymous lock: The shm/lock is shared between different process group 37 34 38 === Memory Manager === 35 39 Memory manager, working on top of shm + lock. It's something like malloc/emalloc family, but works on shm. … … 48 52 Collect coverage info. 49 53 50 TheScriptingWay isn't used here. Because you might have many files included and covered in 1 page hit, performance is important making the test faster.54 TheScriptingWay isn't used by Coverager itself but Coverager+Viewer. Because you might have many files included and covered in 1 page hit, performance is important making the test faster. 51 55 52 56 Files: [browser:trunk/coverager.h] [browser:trunk/coverager.c]

