Changes between Version 20 and Version 21 of StudentTips
- Timestamp:
- 2012-09-12T14:57:47Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StudentTips
v20 v21 38 38 * Make sure your changes do not break the build of any of the supported configurations by running `make check`. 39 39 * Always test on as many architectures and configurations as possible. When applicable, test your changes on both 32-bit and 64-bit, little-endian and big-endian machines, single processor as well as multi-processor builds and configurations. 40 * When possible, test on real hardware too. 40 * When possible, test on real hardware too. The use of real hardware is essential especially when doing performance tests or testing a new device driver or platform code. 41 41 42 42 === Source history ===