summaryrefslogtreecommitdiff
path: root/JOURNAL
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-01-29 18:00:59 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-01-29 18:00:59 +0100
commit64c0dae830fa3319bb31cd1cd9ec659ea1d72ef8 (patch)
treeafd3e006834b5d793053e038c2314adc0894a6f9 /JOURNAL
parente0fc12f03f6196f06faf870965ab5f4b00edab05 (diff)
Adapt the system definition to the new directory layout.
darcs-hash:4ab511393dc6beabc22e1e121f055f4075a0f091
Diffstat (limited to 'JOURNAL')
-rw-r--r--JOURNAL2
1 files changed, 1 insertions, 1 deletions
diff --git a/JOURNAL b/JOURNAL
index 7c518ce..cba64f7 100644
--- a/JOURNAL
+++ b/JOURNAL
@@ -222,7 +222,7 @@ management, as we could put instances into the hash tables and register
finalisers for them just after they were fully created.
So that's what I made the program do. One of the results is much
-shorter and clearer code, but the more interestng one is a speed
+shorter and clearer code, but the more interesting one is a speed
improvement of around the factor 3, making 100'000 calls to
NSMethodSignature#getArgumentTypeAtIndex:, which previously called
MAKE-INSTANCE for each returned value, take around 10s on my machine.