1
0
Fork 0
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:
卜部昌平 2019-12-04 16:42:30 +09:00
parent e0b1be0162
commit 3ae09b30f8
Notes: git 2019-12-26 20:45:56 +09:00
2 changed files with 102 additions and 71 deletions

View file

@ -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 { \