mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
![tenderlove](/assets/img/avatar_default.png)
* array.c (empty_ary_alloc, ary_new): added array create DTrace probe. * compile.c (rb_insns_name): allowing DTrace probes to access instruction sequence name. * Makefile.in: translate probes.d file to appropriate header file. * common.mk: declare dependencies on the DTrace header. * configure.in: add a test for existence of DTrace. * eval.c (setup_exception): add a probe for when an exception is raised. * gc.c: Add DTrace probes for mark begin and end, and sweep begin and end. * hash.c (empty_hash_alloc): Add a probe for hash allocation. * insns.def: Add probes for function entry and return. * internal.h: function declaration for compile.c change. * load.c (rb_f_load): add probes for `load` entry and exit, require entry and exit, and wrapping search_required for load path search. * object.c (rb_obj_alloc): added a probe for general object creation. * parse.y (yycompile0): added a probe around parse and compile phase. * string.c (empty_str_alloc, str_new): DTrace probes for string allocation. * test/dtrace/*: tests for DTrace probes. * vm.c (vm_invoke_proc): add probes for function return on exception raise, hash create, and instruction sequence execution. * vm_core.h: add probe declarations for function entry and exit. * vm_dump.c: add probes header file. * vm_eval.c (vm_call0_cfunc, vm_call0_cfunc_with_frame): add probe on function entry and return. * vm_exec.c: expose instruction number to instruction name function. * vm_insnshelper.c: add function entry and exit probes for cfunc methods. * vm_insnhelper.h: vm usage information is always collected, so uncomment the functions. 12 19:14:50 2012 Akinori MUSHA <knu@iDaemons.org> * configure.in (isinf, isnan): isinf() and isnan() are macros on DragonFly which cannot be found by AC_REPLACE_FUNCS(). This workaround enforces the fact that they exist on DragonFly. 12 15:59:38 2012 Shugo Maeda <shugo@ruby-lang.org> * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo), vm_insnhelper.c (vm_search_method): revert r37616 because it's too slow. [ruby-dev:46477] * test/ruby/test_refinement.rb (test_inline_method_cache): skip the test until the bug is fixed efficiently. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
125 lines
1.3 KiB
Text
125 lines
1.3 KiB
Text
*-*-*.def
|
|
*.a
|
|
*.bak
|
|
*.dSYM
|
|
*.dylib
|
|
*.inc
|
|
*.log
|
|
*.o
|
|
*.orig
|
|
*.rej
|
|
*.sav
|
|
*.swp
|
|
*~
|
|
.*-*
|
|
.*.list
|
|
.*.time
|
|
.DS_Store
|
|
.ccmalloc
|
|
.ext
|
|
.pc
|
|
.ppack
|
|
.svn
|
|
Makefile
|
|
extconf.h
|
|
y.output
|
|
y.tab.c
|
|
|
|
# /
|
|
/*.pc
|
|
/*_prelude.c
|
|
/COPYING.LIB
|
|
/ChangeLog-1.8.0
|
|
/ChangeLog.pre-alpha
|
|
/ChangeLog.pre1_1
|
|
/Doxyfile
|
|
/GNUmakefile
|
|
/README.atheos
|
|
/README.fat-patch
|
|
/README.v6
|
|
/TAGS
|
|
/archive
|
|
/autom4te*.cache
|
|
/automake
|
|
/beos
|
|
/breakpoints.gdb
|
|
/config.cache
|
|
/config.h
|
|
/config.h.in
|
|
/config.status
|
|
/config.status.lineno
|
|
/configure
|
|
/doc/capi
|
|
/enc.mk
|
|
/encdb.h
|
|
/exts.mk
|
|
/goruby
|
|
/id.h
|
|
/probes.h
|
|
/largefile.h
|
|
/lex.c
|
|
/libruby*.*
|
|
/miniprelude.c
|
|
/miniruby
|
|
/newdate.rb
|
|
/newline.c
|
|
/newver.rb
|
|
/parse.c
|
|
/parse.h
|
|
/patches
|
|
/patches-master
|
|
/pitest.rb
|
|
/ppack
|
|
/prelude.c
|
|
/preview
|
|
/rbconfig.rb
|
|
/rename2.h
|
|
/repack
|
|
/revision.h
|
|
/riscos
|
|
/rubicon
|
|
/ruby
|
|
/ruby-man.rd.gz
|
|
/test.rb
|
|
/tmp
|
|
/transdb.h
|
|
/uncommon.mk
|
|
/verconf.h
|
|
/web
|
|
/yasmdata.rb
|
|
|
|
# /benchmark/
|
|
/benchmark/bmx_*.rb
|
|
|
|
# /enc/trans/
|
|
/enc/trans/*.c
|
|
|
|
# /ext/
|
|
/ext/extinit.c
|
|
|
|
# /ext/dl/callback/
|
|
/ext/dl/callback/callback-*.c
|
|
/ext/dl/callback/callback.c
|
|
|
|
# /ext/ripper/
|
|
/ext/ripper/eventids1.c
|
|
/ext/ripper/eventids2table.c
|
|
/ext/ripper/ripper.*
|
|
/ext/ripper/ids1
|
|
/ext/ripper/ids2
|
|
|
|
# /ext/socket/
|
|
/ext/socket/constants.h
|
|
/ext/socket/constdefs.h
|
|
/ext/socket/constdefs.c
|
|
|
|
# /ext/tk/
|
|
/ext/tk/config_list
|
|
|
|
# /spec/
|
|
/spec/mspec
|
|
/spec/rubyspec
|
|
|
|
# /win32/
|
|
/win32/*.ico
|
|
/win32/.time
|