Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
YARVの最適化について調べた
Search
na-o-ys
March 29, 2017
Programming
160
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
YARVの最適化について調べた
社内勉強会
na-o-ys
March 29, 2017
More Decks by na-o-ys
See All by na-o-ys
IoTと監視
naoys
1
830
RubyとJIT
naoys
0
190
将棋盤を画像認識したかった
naoys
0
1.6k
Rust で乗り換え案内
naoys
0
650
疎行列と Jaccard 類似度の高速計算
naoys
1
680
有理数集合の濃度
naoys
2
160
転職会議サービスのAWS移行記録
naoys
0
92
Anonymous Recursion in C++
naoys
0
450
入門AlphaGo
naoys
5
3.8k
Other Decks in Programming
See All in Programming
ドリフトを絶対に許さない(?)CDK運用 / CDK Ops with Zero Tolerance for Drifts (?)
akihisaikeda
1
180
PostgreSQL 18で考えるUUID主キー
kazuhiro1982
0
470
運用ダッシュボードの設計を誰も教えてくれないのだけどみなさんどうしてるんですか? - チームに監視するという文化を根付かせるための第一歩を踏みたい -
satoshi256kbyte
1
110
SlackアプリとLambdaの 連携を構築した話
pawn_4_s
1
110
楽しそうなつよつよエンジニアと目が死んでる僕/A brilliant engineer having a blast, and dead-eyed me.
3l4l5
2
170
メールのエイリアス機能を履き違えない
isshinfunada
0
230
AIが無かった頃の素敵な出会いの話
codmoninc
1
420
AWS CDK を「作」ってみた 〜フルスクラッチで見えた CDK の裏側〜 / aws-cdk-from-scratch
gotok365
3
2.8k
AI Readyの正体はデータマネジメントだ メダリオン2.0の最前線
freee
PRO
0
210
komatsuna「分散システムにおけるバグ分析手法」
komatsunaqa
0
250
AI時代のPHPer生存戦略 ~「言語、もうなんでもよくない?」に本気で向き合う~
vivion
0
320
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
570
Featured
See All Featured
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
460
A Modern Web Designer's Workflow
chriscoyier
698
190k
Reflections from 52 weeks, 52 projects
jeffersonlam
356
21k
4 Signs Your Business is Dying
shpigford
187
22k
Between Models and Reality
mayunak
4
390
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
3k
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
2
1.8k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.9k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
430
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.7k
Discover your Explorer Soul
emna__ayadi
2
1.3k
Transcript
࠷దԽ YARV 2016/01/26 @na_o_ys
YARV ruby 1.8 Ҏલ ruby 1.9 Ҏ߱ VM όΠτίʔυ (ਤࢀߟ)
Rubyͷ͘͠Έ -Ruby Under a Microscope - Pat Shaughnessy
YARV ͍ • ϝϞϦޮ • ϫʔΩϯάϝϞϦ͕ີʹͳΓΩϟογϡϛε͕ݮগ • όΠτίʔυ࠷దԽςΫχοΫ • ໋ྩྻ͕γϦΞϧʹฒͿͷͰૢ࡞͕खܰ
• طଘݚڀͷݟ͕๛ (ࢀߟ) ·ͭͱ×ాɺRuby 1.9ΛޠΔ - ˏIT http://www.atmarkit.co.jp/news/200712/25/ruby.html
YARV ࠷దԽΦϓγϣϯ ※͜ΕҎ֎࠷దԽͨ͘͞Μ͍ͯ͠ΔͬΆ͍
YARV ࠷దԽΦϓγϣϯ • ˑ inline_const_cache • ˑ specialized_instruction • peephole_optimization
• operands_unification
ςΫχοΫͷུ֓ ιʔείʔυͷา͖ํ ࠓͷ༰
inline_const_cache
inline_const_cache ུ֓ (Πϝʔδ) module A::Module A_CONST = 'hello' end 10.times
do ... puts A::Module::A_CONST ... end module A::Module A_CONST = 'hello' end 10.times do ... puts 'hello' ... end -> ϧʔϓ1ճ ϧʔϓ2ճҎ߱ ఆ୳ࡧ(͍)͕ॳճͷΈͰࡁΉ
inline_const_cache όΠτίʔυ pry(main)> print RubyVM::InstructionSequence.compile("puts A_CONST").disasm == disasm: #<ISeq:<compiled>@<compiled>>================================ 0000
putself ( 1) 0001 getinlinecache 8, <is:0> 0004 getconstant :A_CONST 0006 setinlinecache <is:0> 0008 opt_send_without_block <callinfo!mid:puts, argc:1, FCALL|ARGS_SIMPLE>, <callcache> 0011 leave pry(main)> print RubyVM::InstructionSequence.compile("puts A_CONST").disasm == disasm: #<ISeq:<compiled>@<compiled>>================================ 0000 putself ( 1) 0001 putnil 0002 getconstant :A_CONST 0004 opt_send_without_block <callinfo!mid:puts, argc:1, FCALL|ARGS_SIMPLE>, <callcache> 0007 leave ద༻લ ద༻ޙ
inline_const_cache ιʔείʔυ pry(main)> print RubyVM::InstructionSequence.compile("puts A_CONST").disasm == disasm: #<ISeq:<compiled>@<compiled>>================================ 0000
putself ( 1) 0001 getinlinecache 8, <is:0> 0004 getconstant :A_CONST 0006 setinlinecache <is:0> 0008 opt_send_without_block <callinfo!mid:puts, argc:1, FCALL|ARGS_SIMPLE>, <callcache> 0011 leave • getinlinecache (8, <is:0>) • ΠϯϥΠϯΩϟογϡ <is:0> ʹ༗ޮͳ͕ηοτ͞Ε͍ͯΕ, ΛελοΫʹੵΈ, 8όΠτʹδϟϯϓ͢Δ • setinlinecache (<is:0>) • ΠϯϥΠϯΩϟογϡ <is:0> ʹελοΫτοϓͷΛηοτ͢Δ https://github.com/ruby/ruby/blob/trunk/insns.def#L1182
inline_const_cache Ωϟογϡফڈ • ruby ͷఆ࠶ఆٛՄೳ • దʹΩϟογϡফڈ͢Δඞཁ͕͋Δ • GLOBAL_CONSTANT_STATE •
VMͰҰҙͳ • ఆఆٛ/มߋͳͲͰ͕ΠϯΫϦϝϯτ • Ωϟογϡηοτ࣌ͷͱݱࡏͷ͕ҟͳΕ, ແޮΩϟογϡͱ Έͳ͞ΕΔ
inline_const_cache ·ͱΊ • ܁Γฦ͠෦Ͱͷఆ୳ࡧΛແ͘͢ • άϩʔόϧมΛͬͯΩϟογϡແޮԽ • insns.def ΛݟΕ YARV
໋ྩͷ࣮ମ͕Θ͔Δ
specialized_instruction
specialized_instruction ུ֓ (Πϝʔδ) puts 3 + 5 # 3.+(5) Fixnum#+
puts 3.2 - 5.1 # (3.2).-(5.1) Float#- puts opt_plus(3, 5) puts opt_minus(3.2, 5.1) -> • جຊతͳԋࢉΛ࠷దԽ (ಛघԽ) • + ԋࢉʹରͯ͠ݺΕΔ͜ͱ͕ଟ͍ • ϝιου୳ࡧίετΛݮ
specialized_instruction όΠτίʔυ pry(main)> print RubyVM::InstructionSequence.compile("puts 3+5").disasm == disasm: #<ISeq:<compiled>@<compiled>>================================ 0000
putself ( 1) 0001 putobject 3 0003 putobject 5 0005 send <callinfo!mid:+, argc:1, ARGS_SIMPLE>, <callcache>, nil 0009 send <callinfo!mid:puts, argc:1, FCALL|ARGS_SIMPLE>, <callcache>, nil 0013 leave pry(main)> print RubyVM::InstructionSequence.compile("puts 3+5").disasm == disasm: #<ISeq:<compiled>@<compiled>>================================ 0000 putself ( 1) 0001 putobject 3 0003 putobject 5 0005 opt_plus <callinfo!mid:+, argc:1, ARGS_SIMPLE>, <callcache> 0008 opt_send_without_block <callinfo!mid:puts, argc:1, FCALL|ARGS_SIMPLE>, <callcache> 0011 leave ద༻લ ద༻ޙ
specialized_instruction ιʔείʔυ (໋ྩ) if (recv と val は Fixnum?) {
if (Fixnum#+ は再定義されていない?) { return fix_plus(recv, val); } } else if (recv と val は Float?) { if (Float#+ は再定義されていない?) { return float_plus(recv, val); } } return send(:+, recv, val); (ུ֓) (ࢀߟ) YARV Maniacs ʲୈ 9 ճʳ ಛԽ໋ྩ http://magazine.rubyist.net/?0017-YarvManiacs https://github.com/ruby/ruby/blob/trunk/insns.def#L1309
specialized_instruction ιʔείʔυ (ίϯύΠϧ) • όΠτίʔυͷίϯύΠϧ࣌ʹಛघԽ໋ྩʹஔ͖͍͑ͯΔ • + - * /
% == != < >, … https://github.com/ruby/ruby/blob/trunk/compile.c#L2279 case idPLUS: SP_INSN(plus); return COMPILE_OK; case idMINUS: SP_INSN(minus); return COMPILE_OK; case idMULT: SP_INSN(mult); return COMPILE_OK; case idDIV: SP_INSN(div); return COMPILE_OK; case idMOD: SP_INSN(mod); return COMPILE_OK; case idEq: SP_INSN(eq); return COMPILE_OK; case idNeq: SP_INSN(neq); return COMPILE_OK; case idLT: SP_INSN(lt); return COMPILE_OK; case idLE: SP_INSN(le); return COMPILE_OK; case idGT: SP_INSN(gt); return COMPILE_OK; case idGE: SP_INSN(ge); return COMPILE_OK; case idLTLT: SP_INSN(ltlt); return COMPILE_OK; case idAREF: SP_INSN(aref); return COMPILE_OK;
specialized_instruction ϝιου࠶ఆٛ • ࠷దԽରͷΫϥε/ϝιουʹ͍ͭͯ, ࠶ఆٛͷ༗ແΛ ϑϥάͰཧ͍ͯ͠Δ˞ • Fixnum, Float, String,
Array, Hash, BigNum, Symbol, Time, Regex, Nil, True, False • ϓϦϛςΟϒͳΫϥεʹର͢Δϝιου࠶ఆٛ, ύϑΥʔϚϯεμϯͷݪҼʹͳΔ ※ https://github.com/ruby/ruby/blob/trunk/vm_core.h#L565
specialized_instruction ·ͱΊ • جຊԋࢉͰͷϝιου୳ࡧΛແ͘͢ • ϝιουݺͼग़͠ (send) Λ, ಛघԽ͞Εͨ YARV
໋ྩʹஔ͖͑Δ͜ͱͰ࣮ݱ • ໋ྩͷ࣮ମ: insns.def ஔ: compile.c
peephole_optimization ͱ operands_unification
peephole_optimization jump LABEL1 ... LABEL1: jump LABEL2 jump LABEL2 ...
-> ద༻લ ద༻ޙ • όΠτίʔυྻʹର͢Δෳͷ࠷దԽͷ૯শ • ෆཁͳδϟϯϓΛআͨ͠Γ
operands_unification • සൟʹΘΕΔ YARV ໋ྩͷΦϖϥϯυΛಛघԽ pry(main)> print RubyVM::InstructionSequence.compile("puts 1").disasm ==
disasm: #<ISeq:<compiled>@<compiled>>================================ 0000 putself ( 1) 0001 putobject 1 0003 opt_send_without_block <callinfo!mid:puts, argc:1, FCALL|ARGS_SIMPLE>, <callcache> 0006 leave pry(main)> print RubyVM::InstructionSequence.compile("puts 1").disasm == disasm: #<ISeq:<compiled>@<compiled>>================================ 0000 putself ( 1) 0001 putobject_OP_INT2FIX_O_1_C_ 0002 opt_send_without_block <callinfo!mid:puts, argc:1, FCALL|ARGS_SIMPLE>, <callcache> 0005 leave ద༻લ ద༻ޙ
࠷దԽ YARV ·ͱΊ • όΠτίʔυԽͷԸܙ • ෳͷ࠷దԽख๏ • ࠓհͨ͠Ҏ֎ʹ •
ϝιουσΟεύονͰͷΩϟογϡ • ͜Ε͔ΒͷτϐοΫ • AOT/JIT • ʹඋ͑ͯ YARV ͷಈ͖͓͖͍͑ͯͨ