mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-10 15:50:50 +02:00
Refactor to separate gcbench from gc
This commit is contained in:
parent
77ac530360
commit
f57a1b8a55
10 changed files with 132 additions and 101 deletions
7
inline.h
Normal file
7
inline.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef INLINE_H
|
||||
#define INLINE_H
|
||||
|
||||
#define ALWAYS_INLINE __attribute__((always_inline))
|
||||
#define NEVER_INLINE __attribute__((noinline))
|
||||
|
||||
#endif // INLINE_H
|
Loading…
Add table
Add a link
Reference in a new issue