X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fusing.xml;h=8b08d9d5266107bdcd0686705d76f5f9e578aee9;hb=9be618cdf99b04ce7eef6eeabc168b59174bb843;hp=06862e76e290dd4bf0e9f6a95509d4e2951f4a9e;hpb=b29919ba7845925dcf4bdbeb3fa0045ac4be2e26;p=ghc-hetmet.git diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 06862e7..8b08d9d 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -1701,7 +1701,7 @@ f "2" = 2 We don't use a flag for day-to-day work. We use to get respectable speed; e.g., when we want to measure something. When we want to go for - broke, we tend to use (and we go for + broke, we tend to use (and we go for lots of coffee breaks). The easiest way to see what (etc.) @@ -2203,27 +2203,6 @@ f "2" = 2 - - : - - (x86 only)-monly-N-regs - option (iX86 only) GHC tries to - “steal” four registers from GCC, for performance - reasons; it almost always works. However, when GCC is - compiling some modules with four stolen registers, it will - crash, probably saying: - - -Foo.hc:533: fixed or forbidden register was spilled. -This may be due to a compiler bug or to impossible asm -statements or clauses. - - - Just give some registers back with - . Try `3' first, then `2'. - If `2' doesn't work, please report the bug to us. - -