diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-01-29 18:00:59 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-01-29 18:00:59 +0100 |
commit | 64c0dae830fa3319bb31cd1cd9ec659ea1d72ef8 (patch) | |
tree | afd3e006834b5d793053e038c2314adc0894a6f9 /JOURNAL | |
parent | e0fc12f03f6196f06faf870965ab5f4b00edab05 (diff) |
Adapt the system definition to the new directory layout.
darcs-hash:4ab511393dc6beabc22e1e121f055f4075a0f091
Diffstat (limited to 'JOURNAL')
-rw-r--r-- | JOURNAL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |