From 001937b2a217ffb7ad2d10ce7a2ff17b9b97fa79 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 30 Oct 2001 16:15:34 +0000 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index fbcc7eb20..ebd266645 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 30 14:33:48 2001 Nicola Pero + + * 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 * Source/NSFileManager.m (_attributesAtPath:traverseLink:forCopy:):