mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Drop PREFETCH macro unused since 6b534134a7
This commit is contained in:
parent
fcfe36b733
commit
7202bf9ed8
1 changed files with 0 additions and 7 deletions
|
@ -17,13 +17,6 @@ typedef unsigned long lindex_t;
|
|||
typedef VALUE GENTRY;
|
||||
typedef rb_iseq_t *ISEQ;
|
||||
|
||||
#ifdef __GNUC__
|
||||
/* TODO: machine dependent prefetch instruction */
|
||||
#define PREFETCH(pc)
|
||||
#else
|
||||
#define PREFETCH(pc)
|
||||
#endif
|
||||
|
||||
#if VMDEBUG > 0
|
||||
#define debugs printf
|
||||
#define DEBUG_ENTER_INSN(insn) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue