Custom Query
Results (46 - 48 of 5825)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #593 | fixed | Cache contents of package.conf in a binary file | -- | simonmar |
| description |
GHC takes about 0.1 secs to read package.conf each time it starts up. This could be improved by caching package.conf in binary format using GHC's binary serialiser, perhaps in ~/.ghc. |
|||
| #594 | fixed | Support use of SSE2 in the x86 native code genreator | simonmar | simonmar |
| description |
Currently only the x86_64 native code generator supports SSE2, but it would be worthwhile enabling this in the x86 backend too. |
|||
| #596 | fixed | Make GHC accept Unicode source files | simonmar | |
| description |
GHC currently only accepts source files in the Latin-1 character set, which is a small (8-bit) subset of the full Unicode character set. GHC should be able to accept fulll Unicode source files, encoded appropriately (eg. UTF-8). See this message for some more information on the problem: http://haskell.org/pipermail/glasgow-haskell-users/2003-December/006094.html |
|||
