summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-08-19 11:43:02 +0200
committerGabor Greif <ggreif@gmail.com>2013-08-20 11:55:30 +0200
commit9325b18fb964f359fa76c40d831c9a2d847195fb (patch)
tree1f55b07a62dc82cc56a26bcd740471388f3cfea3 /docs
parent21db80384bc80d3988a4dead3824edf43d416395 (diff)
downloadhaskell-9325b18fb964f359fa76c40d831c9a2d847195fb.tar.gz
Comments only
Diffstat (limited to 'docs')
-rw-r--r--docs/comm/the-beast/ncg.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/comm/the-beast/ncg.html b/docs/comm/the-beast/ncg.html
index 5810a35212..84beac2d51 100644
--- a/docs/comm/the-beast/ncg.html
+++ b/docs/comm/the-beast/ncg.html
@@ -542,7 +542,7 @@ the reg-alloc abstraction (implicitly) assumes.
Our strategy is: do a good job for the common small subset, that is
integer loads, stores, address calculations, basic ALU ops (+, -,
and, or, xor), and jumps. That covers the vast majority of
-executed insns. And indeed we do do a good job, with a loss of
+executed insns. And indeed we do a good job, with a loss of
less than 2% compared with gcc.
<p>
Initially we tried to handle integer instructions with awkward
@@ -742,7 +742,7 @@ other way is a total time waster.
<p><small>
<!-- hhmts start -->
-Last modified: Fri Feb 1 16:14:11 GMT 2002
+Last modified: Mon Aug 19 11:41:43 CEST 2013
<!-- hhmts end -->
</small>
</body>