summaryrefslogtreecommitdiff
path: root/benchmark/bm_app_raise.rb
AgeCommit message (Expand)Author
2012-10-15* benchmark/: add missing spaces around assignment operators (= and +=) forkou
2012-05-27* benchmark/bm_vm1_lvar_init.rb: added.ko1
2007-02-12set svn:eol-styleshyouhei
2006-12-31 * Merge YARVko1
djust styles [ci skip]Nobuyoshi Nakada 2021-05-04Fix trivial -Wundef warningsBenoit Daloze 2021-04-26Fix some typos by spell checkerRyuta Kamizono 2020-12-23[memory_view] Acquire VM lock while running exported_object_registry_freeKenta Murata 2020-12-23[memory_view] Make some rb_memroy_view_t members constKenta Murata 2020-12-23[memory_view][fiddle] Rename len to byte_size in rb_memory_view_tKenta Murata 2020-12-23[memory_view][fiddle] Use bool for boolean return valueKenta Murata 2020-12-16[memory_view] Make MemoryView API Ractor-safe (#3911)Kenta Murata 2020-12-10memory_view.c: Add rb_memory_view_get_item and rb_memory_view_prepare_item_de...Kenta Murata 2020-12-08memory_view.c: Add rb_memory_view_extract_item_members (#3855)Kenta Murata 2020-12-07Revert "memory_view.c: Add rb_memory_view_extract_item_members"Kenta Murata 2020-12-07memory_view.c: suppress uninitialized warningKenta Murata 2020-12-06memory_view.c: Add rb_memory_view_extract_item_membersKenta Murata 2020-12-04memory_view.c: Fix endianness of n, N, v, VKenta Murata 2020-12-02memory_view.c: Check availability in rb_memory_view_getKenta Murata 2020-11-30Keep references of memory-view-exported objects (#3816)Kenta Murata 2020-10-21Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada 2020-10-06STRUCT_ALIGNOF: use RUBY_ALIGNOF卜部昌平 2020-10-06memory_view.h: use bool卜部昌平 2020-10-02memory_view.c: Use ssize_t for ndim in memory_view (#3615)Kenta Murata 2020-09-25memory_view.c: prevent "warning: instance variable __memory_view__ not initia...Kenta Murata 2020-09-25Buffer protocol proposal (#3261)Kenta Murata