Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
ldmud/doc/driver/architectures
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
15 lines (12 sloc)
707 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Actively supported and tested architectures: | |
- i386 | |
- x86_64 (work in progress until the release of 3.5.0) | |
Other architectures can't be tested by us. Many will probably work as well. | |
Your mileage may vary, but we encourage you to test it. And please tell us | |
about your experiences. | |
Platforms which require aligned memory access seem to be not used by the users | |
of LDMud (e.g. ARM, PowerPC, Sparc). For the sake of code simplicity and/or | |
speed some code pieces (bytecode, murmur hash functions) don't care about | |
alignment. On these platforms, the driver will probably not work at all right | |
now. That can be fixed, but only if needed (there are users) and if the | |
potential users support us (e.g. testing). | |