diff options
author | ivmai <ivmai> | 2009-10-19 11:32:44 +0000 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2011-07-26 21:06:50 +0400 |
commit | f290f196b01ddf5ecd055822c0dea4d625d91872 (patch) | |
tree | a825837489981c5b5a589bfd2453a6d20a7b7a69 /mark_rts.c | |
parent | f9dc6d51977f86cc5651c95747714cf3ec3a4919 (diff) | |
download | bdwgc-f290f196b01ddf5ecd055822c0dea4d625d91872.tar.gz |
2009-10-19 Ivan Maidanski <ivmai@mail.ru>
* alloc.c (GC_notify_full_gc): Use GC_INLINE for a tiny static
function.
* backgraph.c (pop_in_progress, GC_apply_to_each_object): Ditto.
* mark_rts.c (add_roots_to_index): Ditto.
Diffstat (limited to 'mark_rts.c')
-rw-r--r-- | mark_rts.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ struct roots * GC_roots_present(ptr_t b) } /* Add the given root structure to the index. */ -static void add_roots_to_index(struct roots *p) +GC_INLINE void add_roots_to_index(struct roots *p) { int h = rt_hash(p -> r_start); |