mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
skip inlining cexpr! that are not attr! inline
Requested by ko1.
This commit is contained in:
parent
5d5b8a33f6
commit
1fb4e28002
Notes:
git
2020-07-16 11:49:34 +09:00
3 changed files with 28 additions and 24 deletions
|
@ -13,7 +13,7 @@ struct rb_builtin_function {
|
|||
const char * const name;
|
||||
|
||||
// for jit
|
||||
void (*compiler)(FILE *, long, unsigned);
|
||||
void (*compiler)(FILE *, long, unsigned, bool);
|
||||
};
|
||||
|
||||
#define RB_BUILTIN_FUNCTION(_i, _name, _fname, _arity, _compiler) {\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue