Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new RTS flag: -V to modify the resolution of the RTS timer | Ian Lynagh | 2006-09-05 | 1 | -3/+0 |
| | | | | | | | | | Fixed version of an old patch by Simon Marlow. His description read: Also, now an arbitrarily short context switch interval may now be specified, as we increase the RTS ticker's resolution to match the requested context switch interval. This also applies to +RTS -i (heap profiling) and +RTS -I (the idle GC timer). +RTS -V is actually only required for increasing the resolution of the profile timer. | ||||
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+85 |
Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too. |