Changes between Version 1 and Version 2 of Attic/BeginnersNotes
- Timestamp:
- 05/23/06 03:06:10 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Attic/BeginnersNotes
v1 v2 3 3 == General notes on hacking (in Windows) == 4 4 1. Optimize your set up for build speed. Having to wait 10 minutes because you added an export to a critical module is no fun. 5 1. Use MSYS, not cygwin. MSYS is * much* faster.5 1. Use MSYS, not cygwin. MSYS is **much** faster. 6 6 1. Do not use -O to compile GHC while you are making heavy changes. Once things compile smoothly and you want to test it, compile with optimization. (on my machine, adding -O triples the compile time for the whole compiler) 7 7 1. If you do a 'make tags' then you can go right to the definition of a function (from any module) using alt-. in emacs
