Added benchmark showing that calls to super in category methods are

extremely inefficient with the GNU runtime


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11284 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-10-30 16:15:34 +00:00
parent 5401390bec
commit 001937b2a2

View file

@ -1,3 +1,10 @@
Tue Oct 30 14:33:48 2001 Nicola Pero <nicola@brainstorm.co.uk>
* Testing/benchmark.m (bench_object): Added test showing that a
call to super in a category method - no matter if a class or an
instance method - has the same big performance hit that a class
method invocation has - at least with the current GNU runtime.
2001-10-28 Adam Fedor <fedor@gnu.org>
* Source/NSFileManager.m (_attributesAtPath:traverseLink:forCopy:):