1998-09-21 03:22:07 +02:00
|
|
|
|
/* Sparse Arrays for Objective C dispatch tables
|
NXConstStr.h: Update copyright date...
2004-08-12 Ziemowit Laski <zlaski@apple.com>
* objc/NXConstStr.h: Update copyright date; bracket with
'extern "C"' for C++ use; make include syntax consistent
by using <...> instead of "..."; hoist <objc/...> includes
above the 'extern "C"' block.
* objc/Object.h: Likewise.
* objc/Protocol.h: Likewise.
* objc/encoding.h: Likewise.
* objc/hash.h: Likewise.
* objc/runtime.h: Likewise.
* objc/sarray.h: Likewise.
* objc/thr.h: Likewise.
* objc/typedstream.h: Likewise.
* objc/objc-api.h: Add 'extern "C"' block for C++ use.
(objc_static_instances): For C++ case, do away with
zero-sized array.
(objc_method): Hoist definition to file scope.
(_objc_load_callback, _objc_object_alloc, class_get_class_method,
class_get_instance_method, class_create_instance,
class_get_class_name, class_get_instance_size,
class_get_meta_class, class_get_super_class, class_get_version,
class_is_class, class_is_meta_class, class_set_version,
class_get_gc_object_type, class_ivar_set_gcinvisible,
get_imp): Rename 'class' parameter to '_class'.
* objc/objc-list.h: Add 'extern "C"' block for C++ use.
* objc/objc.h: Update copyright date.
(arglist_t): Provide a union tag.
From-SVN: r85927
2004-08-13 04:06:37 +02:00
|
|
|
|
Copyright (C) 1993, 1995, 1996, 2004 Free Software Foundation, Inc.
|
1998-09-21 03:22:07 +02:00
|
|
|
|
Contributed by Kresten Krab Thorup.
|
|
|
|
|
|
Makefile.in, [...]: Replace "GNU CC" with "GCC".
2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
From-SVN: r67131
2003-05-23 22:04:58 +02:00
|
|
|
|
This file is part of GCC.
|
1998-09-21 03:22:07 +02:00
|
|
|
|
|
Makefile.in, [...]: Replace "GNU CC" with "GCC".
2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
From-SVN: r67131
2003-05-23 22:04:58 +02:00
|
|
|
|
GCC is free software; you can redistribute it and/or modify
|
1998-09-21 03:22:07 +02:00
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
|
the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
|
any later version.
|
|
|
|
|
|
Makefile.in, [...]: Replace "GNU CC" with "GCC".
2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
From-SVN: r67131
2003-05-23 22:04:58 +02:00
|
|
|
|
GCC is distributed in the hope that it will be useful,
|
1998-09-21 03:22:07 +02:00
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
Makefile.in, [...]: Replace "GNU CC" with "GCC".
2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
From-SVN: r67131
2003-05-23 22:04:58 +02:00
|
|
|
|
along with GCC; see the file COPYING. If not, write to
|
2005-08-17 05:21:42 +02:00
|
|
|
|
the Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
|
|
|
|
Boston, MA 02110-1301, USA. */
|
1998-09-21 03:22:07 +02:00
|
|
|
|
|
|
|
|
|
/* As a special exception, if you link this library with files
|
|
|
|
|
compiled with GCC to produce an executable, this does not cause
|
|
|
|
|
the resulting executable to be covered by the GNU General Public License.
|
|
|
|
|
This exception does not however invalidate any other reasons why
|
|
|
|
|
the executable file might be covered by the GNU General Public License. */
|
|
|
|
|
|
|
|
|
|
#ifndef __sarray_INCLUDE_GNU
|
|
|
|
|
#define __sarray_INCLUDE_GNU
|
|
|
|
|
|
NXConstStr.h, [...]: Do not include Objective-C headers as system headers.
2005-06-08 David Ayers <d.ayers@inode.at>
* objc/NXConstStr.h, objc/Object.h, objc/Protocol.h,
objc/encoding.h, objc/hash.h, objc/objc-api.h,
objc/runtime.h, objc/sarray.h, objc/thr.h,
objc/typedstream.h: Do not include Objective-C headers as
system headers.
From-SVN: r100760
2005-06-08 17:13:17 +02:00
|
|
|
|
#include "thr.h"
|
NXConstStr.h: Update copyright date...
2004-08-12 Ziemowit Laski <zlaski@apple.com>
* objc/NXConstStr.h: Update copyright date; bracket with
'extern "C"' for C++ use; make include syntax consistent
by using <...> instead of "..."; hoist <objc/...> includes
above the 'extern "C"' block.
* objc/Object.h: Likewise.
* objc/Protocol.h: Likewise.
* objc/encoding.h: Likewise.
* objc/hash.h: Likewise.
* objc/runtime.h: Likewise.
* objc/sarray.h: Likewise.
* objc/thr.h: Likewise.
* objc/typedstream.h: Likewise.
* objc/objc-api.h: Add 'extern "C"' block for C++ use.
(objc_static_instances): For C++ case, do away with
zero-sized array.
(objc_method): Hoist definition to file scope.
(_objc_load_callback, _objc_object_alloc, class_get_class_method,
class_get_instance_method, class_create_instance,
class_get_class_name, class_get_instance_size,
class_get_meta_class, class_get_super_class, class_get_version,
class_is_class, class_is_meta_class, class_set_version,
class_get_gc_object_type, class_ivar_set_gcinvisible,
get_imp): Rename 'class' parameter to '_class'.
* objc/objc-list.h: Add 'extern "C"' block for C++ use.
* objc/objc.h: Update copyright date.
(arglist_t): Provide a union tag.
From-SVN: r85927
2004-08-13 04:06:37 +02:00
|
|
|
|
|
1998-09-21 03:22:07 +02:00
|
|
|
|
#define OBJC_SPARSE2 /* 2-level sparse array */
|
|
|
|
|
/* #define OBJC_SPARSE3 */ /* 3-level sparse array */
|
|
|
|
|
|
|
|
|
|
#ifdef OBJC_SPARSE2
|
|
|
|
|
extern const char* __objc_sparse2_id;
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef OBJC_SPARSE3
|
|
|
|
|
extern const char* __objc_sparse3_id;
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include <stddef.h>
|
2004-08-14 00:50:09 +02:00
|
|
|
|
#include <assert.h>
|
1998-09-21 03:22:07 +02:00
|
|
|
|
|
2004-08-14 00:23:58 +02:00
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
|
|
1998-09-21 03:22:07 +02:00
|
|
|
|
extern int nbuckets; /* for stats */
|
|
|
|
|
extern int nindices;
|
|
|
|
|
extern int narrays;
|
|
|
|
|
extern int idxsize;
|
|
|
|
|
|
|
|
|
|
/* An unsigned integer of same size as a pointer */
|
|
|
|
|
#define SIZET_BITS (sizeof(size_t)*8)
|
|
|
|
|
|
|
|
|
|
#if defined(__sparc__) || defined(OBJC_SPARSE2)
|
|
|
|
|
#define PRECOMPUTE_SELECTORS
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef OBJC_SPARSE3
|
|
|
|
|
|
|
|
|
|
/* Buckets are 8 words each */
|
|
|
|
|
#define BUCKET_BITS 3
|
|
|
|
|
#define BUCKET_SIZE (1<<BUCKET_BITS)
|
|
|
|
|
#define BUCKET_MASK (BUCKET_SIZE-1)
|
|
|
|
|
|
|
|
|
|
/* Indices are 16 words each */
|
|
|
|
|
#define INDEX_BITS 4
|
|
|
|
|
#define INDEX_SIZE (1<<INDEX_BITS)
|
|
|
|
|
#define INDEX_MASK (INDEX_SIZE-1)
|
|
|
|
|
|
|
|
|
|
#define INDEX_CAPACITY (BUCKET_SIZE*INDEX_SIZE)
|
|
|
|
|
|
|
|
|
|
#else /* OBJC_SPARSE2 */
|
|
|
|
|
|
|
|
|
|
/* Buckets are 32 words each */
|
|
|
|
|
#define BUCKET_BITS 5
|
|
|
|
|
#define BUCKET_SIZE (1<<BUCKET_BITS)
|
|
|
|
|
#define BUCKET_MASK (BUCKET_SIZE-1)
|
|
|
|
|
|
|
|
|
|
#endif /* OBJC_SPARSE2 */
|
|
|
|
|
|
|
|
|
|
typedef size_t sidx;
|
|
|
|
|
|
|
|
|
|
#ifdef PRECOMPUTE_SELECTORS
|
|
|
|
|
|
|
|
|
|
struct soffset {
|
|
|
|
|
#ifdef OBJC_SPARSE3
|
|
|
|
|
unsigned int unused : SIZET_BITS/4;
|
|
|
|
|
unsigned int eoffset : SIZET_BITS/4;
|
|
|
|
|
unsigned int boffset : SIZET_BITS/4;
|
|
|
|
|
unsigned int ioffset : SIZET_BITS/4;
|
|
|
|
|
#else /* OBJC_SPARSE2 */
|
|
|
|
|
#ifdef __sparc__
|
1998-10-07 04:21:54 +02:00
|
|
|
|
unsigned long boffset : (SIZET_BITS - 2) - BUCKET_BITS;
|
1998-09-21 03:22:07 +02:00
|
|
|
|
unsigned int eoffset : BUCKET_BITS;
|
|
|
|
|
unsigned int unused : 2;
|
|
|
|
|
#else
|
|
|
|
|
unsigned int boffset : SIZET_BITS/2;
|
|
|
|
|
unsigned int eoffset : SIZET_BITS/2;
|
|
|
|
|
#endif
|
|
|
|
|
#endif /* OBJC_SPARSE2 */
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
union sofftype {
|
|
|
|
|
struct soffset off;
|
|
|
|
|
sidx idx;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif /* not PRECOMPUTE_SELECTORS */
|
|
|
|
|
|
|
|
|
|
union sversion {
|
|
|
|
|
int version;
|
|
|
|
|
void *next_free;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
struct sbucket {
|
|
|
|
|
void* elems[BUCKET_SIZE]; /* elements stored in array */
|
|
|
|
|
union sversion version; /* used for copy-on-write */
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#ifdef OBJC_SPARSE3
|
|
|
|
|
|
|
|
|
|
struct sindex {
|
|
|
|
|
struct sbucket* buckets[INDEX_SIZE];
|
|
|
|
|
union sversion version; /* used for copy-on-write */
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif /* OBJC_SPARSE3 */
|
|
|
|
|
|
|
|
|
|
struct sarray {
|
|
|
|
|
#ifdef OBJC_SPARSE3
|
|
|
|
|
struct sindex** indices;
|
|
|
|
|
struct sindex* empty_index;
|
|
|
|
|
#else /* OBJC_SPARSE2 */
|
|
|
|
|
struct sbucket** buckets;
|
|
|
|
|
#endif /* OBJC_SPARSE2 */
|
|
|
|
|
struct sbucket* empty_bucket;
|
|
|
|
|
union sversion version; /* used for copy-on-write */
|
|
|
|
|
short ref_count;
|
|
|
|
|
struct sarray* is_copy_of;
|
|
|
|
|
size_t capacity;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
struct sarray* sarray_new(int, void* default_element);
|
|
|
|
|
void sarray_free(struct sarray*);
|
|
|
|
|
struct sarray* sarray_lazy_copy(struct sarray*);
|
|
|
|
|
void sarray_realloc(struct sarray*, int new_size);
|
2003-04-11 06:30:33 +02:00
|
|
|
|
void sarray_at_put(struct sarray*, sidx indx, void* elem);
|
|
|
|
|
void sarray_at_put_safe(struct sarray*, sidx indx, void* elem);
|
1998-09-21 03:22:07 +02:00
|
|
|
|
|
|
|
|
|
struct sarray* sarray_hard_copy(struct sarray*); /* ... like the name? */
|
|
|
|
|
void sarray_remove_garbage(void);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef PRECOMPUTE_SELECTORS
|
|
|
|
|
/* Transform soffset values to ints and vica verca */
|
|
|
|
|
static inline unsigned int
|
2003-04-11 06:30:33 +02:00
|
|
|
|
soffset_decode(sidx indx)
|
1998-09-21 03:22:07 +02:00
|
|
|
|
{
|
|
|
|
|
union sofftype x;
|
2003-04-11 06:30:33 +02:00
|
|
|
|
x.idx = indx;
|
1998-09-21 03:22:07 +02:00
|
|
|
|
#ifdef OBJC_SPARSE3
|
|
|
|
|
return x.off.eoffset
|
|
|
|
|
+ (x.off.boffset*BUCKET_SIZE)
|
|
|
|
|
+ (x.off.ioffset*INDEX_CAPACITY);
|
|
|
|
|
#else /* OBJC_SPARSE2 */
|
|
|
|
|
return x.off.eoffset + (x.off.boffset*BUCKET_SIZE);
|
|
|
|
|
#endif /* OBJC_SPARSE2 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static inline sidx
|
|
|
|
|
soffset_encode(size_t offset)
|
|
|
|
|
{
|
|
|
|
|
union sofftype x;
|
|
|
|
|
x.off.eoffset = offset%BUCKET_SIZE;
|
|
|
|
|
#ifdef OBJC_SPARSE3
|
|
|
|
|
x.off.boffset = (offset/BUCKET_SIZE)%INDEX_SIZE;
|
|
|
|
|
x.off.ioffset = offset/INDEX_CAPACITY;
|
|
|
|
|
#else /* OBJC_SPARSE2 */
|
|
|
|
|
x.off.boffset = offset/BUCKET_SIZE;
|
|
|
|
|
#endif
|
|
|
|
|
return (sidx)x.idx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#else /* not PRECOMPUTE_SELECTORS */
|
|
|
|
|
|
|
|
|
|
static inline size_t
|
2003-04-11 06:30:33 +02:00
|
|
|
|
soffset_decode(sidx indx)
|
1998-09-21 03:22:07 +02:00
|
|
|
|
{
|
2003-04-11 06:30:33 +02:00
|
|
|
|
return indx;
|
1998-09-21 03:22:07 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static inline sidx
|
|
|
|
|
soffset_encode(size_t offset)
|
|
|
|
|
{
|
|
|
|
|
return offset;
|
|
|
|
|
}
|
|
|
|
|
#endif /* not PRECOMPUTE_SELECTORS */
|
|
|
|
|
|
2003-04-11 06:30:33 +02:00
|
|
|
|
/* Get element from the Sparse array `array' at offset `indx' */
|
1998-09-21 03:22:07 +02:00
|
|
|
|
|
2003-04-11 06:30:33 +02:00
|
|
|
|
static inline void* sarray_get(struct sarray* array, sidx indx)
|
1998-09-21 03:22:07 +02:00
|
|
|
|
{
|
|
|
|
|
#ifdef PRECOMPUTE_SELECTORS
|
|
|
|
|
union sofftype x;
|
2003-04-11 06:30:33 +02:00
|
|
|
|
x.idx = indx;
|
1998-09-21 03:22:07 +02:00
|
|
|
|
#ifdef OBJC_SPARSE3
|
|
|
|
|
return
|
|
|
|
|
array->
|
|
|
|
|
indices[x.off.ioffset]->
|
|
|
|
|
buckets[x.off.boffset]->
|
|
|
|
|
elems[x.off.eoffset];
|
|
|
|
|
#else /* OBJC_SPARSE2 */
|
|
|
|
|
return array->buckets[x.off.boffset]->elems[x.off.eoffset];
|
|
|
|
|
#endif /* OBJC_SPARSE2 */
|
|
|
|
|
#else /* not PRECOMPUTE_SELECTORS */
|
|
|
|
|
#ifdef OBJC_SPARSE3
|
|
|
|
|
return array->
|
2003-04-11 06:30:33 +02:00
|
|
|
|
indices[indx/INDEX_CAPACITY]->
|
|
|
|
|
buckets[(indx/BUCKET_SIZE)%INDEX_SIZE]->
|
|
|
|
|
elems[indx%BUCKET_SIZE];
|
1998-09-21 03:22:07 +02:00
|
|
|
|
#else /* OBJC_SPARSE2 */
|
2003-04-11 06:30:33 +02:00
|
|
|
|
return array->buckets[indx/BUCKET_SIZE]->elems[indx%BUCKET_SIZE];
|
1998-09-21 03:22:07 +02:00
|
|
|
|
#endif /* not OBJC_SPARSE3 */
|
|
|
|
|
#endif /* not PRECOMPUTE_SELECTORS */
|
|
|
|
|
}
|
|
|
|
|
|
2003-04-11 06:30:33 +02:00
|
|
|
|
static inline void* sarray_get_safe(struct sarray* array, sidx indx)
|
1998-09-21 03:22:07 +02:00
|
|
|
|
{
|
2003-04-11 06:30:33 +02:00
|
|
|
|
if(soffset_decode(indx) < array->capacity)
|
|
|
|
|
return sarray_get(array, indx);
|
1998-09-21 03:22:07 +02:00
|
|
|
|
else
|
|
|
|
|
return (array->empty_bucket->elems[0]);
|
|
|
|
|
}
|
|
|
|
|
|
2004-06-25 06:31:51 +02:00
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
|
|
1998-09-21 03:22:07 +02:00
|
|
|
|
#endif /* __sarray_INCLUDE_GNU */
|