Changes between Version 19 and Version 20 of ToDo
- Timestamp:
- 07/11/12 11:30:12 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ToDo
v19 v20 7 7 8 8 == Microsoft Windows == 9 The 32-bit Windows lisp doesn't currently run on 64-bit Windows. This 10 is because 64-bit Windows doesn't let us set up an x86 LDT so that we 11 can use a segment register to point to thread-local data. A possible 12 solution to this is to pare down the size of the TCR so that we can fit 13 as many slots as possible into the Windows TLS vector. 9 Building the lisp kernel for Windows can be pretty hard because 10 the gcc-based toolchain for Windows has been a bit of a moving 11 target. Building with Microsoft's Window SDK is a possible 12 alternative. See ticket:875. 14 13 15 14 == Documentation == … … 71 70 might be beneficial for some users. 72 71 72 == Interface Translator == 73 The interface translator is a set of patches to GCC. It might be worth looking 74 into using libclang for this instead. 75 73 76 == Objective-C Bridge == 74 77 Revive support for the GNU Objective-C runtime in the Objective-C bridge. … … 92 95 Port to modern SPARC. Probability: very low. 93 96 97 Possibly target LLVM, though there are serious open 98 questions about our GC would work. 99 94 100 At some point, the Darwin/PPC is going to die (not least because we'll run 95 101 out of working hardware). The PPC Linux port will likely live on, but we'll
