mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
internal/vm.h rework
Rearranged contents, then added MJIT_FUNC_EXPORTED function declarations.
This commit is contained in:
parent
e0b1be0162
commit
3ae09b30f8
Notes:
git
2019-12-26 20:45:56 +09:00
2 changed files with 102 additions and 71 deletions
|
@ -12,7 +12,9 @@ struct ruby_dtrace_method_hook_args {
|
|||
volatile VALUE name;
|
||||
};
|
||||
|
||||
MJIT_SYMBOL_EXPORT_BEGIN
|
||||
NOINLINE(int rb_dtrace_setup(rb_execution_context_t *, VALUE, ID, struct ruby_dtrace_method_hook_args *));
|
||||
MJIT_SYMBOL_EXPORT_END
|
||||
|
||||
#define RUBY_DTRACE_METHOD_HOOK(name, ec, klazz, id) \
|
||||
do { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue