From: nobu@... Date: 2014-07-23T14:50:20+00:00 Subject: [ruby-core:63981] [ruby-trunk - Feature #10081] [Closed] [PATCH] Specifying MACRO for increase performence in ppc64 Issue #10081 has been updated by Nobuyoshi Nakada. Status changed from Open to Closed % Done changed from 0 to 100 Applied in changeset r46915. ---------- UNALIGNED_WORD_ACCESS on ppc64 * include/ruby/defines.h, siphash.c, st.c (UNALIGNED_WORD_ACCESS): add PowerPC64 too, which is capable to access unaligned words. patched by Gustavo Frederico Temple Pedrosa in [ruby-core:63937]. [Feature #10081] * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): ditto. ---------------------------------------- Feature #10081: [PATCH] Specifying MACRO for increase performence in ppc64 https://bugs.ruby-lang.org/issues/10081#change-48000 * Author: Gustavo Frederico Temple Pedrosa * Status: Closed * Priority: Normal * Assignee: * Category: core * Target version: current: 2.2.0 ---------------------------------------- To increase performance on ppc64 machines, the MACRO "powerpc64" were specified for the architecture, just like for x86_64 machines. I've executed some benchmarks, see below: ~~~ Benchmark Before (milliseconds) After (milliseconds) Percentage difference bm_vm2_regexp.rb 4955 4752 -4,10% bm_so_meteor_contest.rb 6065 5817 -4,09% bm_app_pentomino.rb 35122 34886 -0,67% bm_hash_flatten.rb 3055 3011 -1,44% bm_so_sieve.rb 1227 1210 -1,39% ~~~ ---Files-------------------------------- macro_powerpc64.patch (1.16 KB) -- https://bugs.ruby-lang.org/