mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-05 22:20:59 +00:00
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:
parent
5401390bec
commit
001937b2a2
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
2001-10-28 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* Source/NSFileManager.m (_attributesAtPath:traverseLink:forCopy:):
|
* Source/NSFileManager.m (_attributesAtPath:traverseLink:forCopy:):
|
||||||
|
|
Loading…
Reference in a new issue