зеркало из https://github.com/github/ruby.git
Try to convince get better code out of Clang
This commit is contained in:
Родитель
16c5ce863c
Коммит
410323bd6d
|
@ -93,8 +93,13 @@ vm_exec_core(rb_execution_context_t *ec, VALUE initial)
|
|||
#define USE_MACHINE_REGS 1
|
||||
|
||||
#elif defined(__GNUC__) && defined(__powerpc64__)
|
||||
#if 0
|
||||
DECL_SC_REG(const VALUE *, pc, "14");
|
||||
DECL_SC_REG(rb_control_frame_t *, cfp, "15");
|
||||
#else
|
||||
register rb_control_frame_t *reg_cfp;
|
||||
const VALUE *reg_pc;
|
||||
#endif
|
||||
#define USE_MACHINE_REGS 1
|
||||
|
||||
#elif defined(__GNUC__) && defined(__aarch64__)
|
||||
|
|
Загрузка…
Ссылка в новой задаче