summaryrefslogtreecommitdiff
path: root/compile.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 86de48e9f69b665ba9ffb5bdc5a181a3adb1a7b8: [Backport #19419]NARUSE, Yui2023-03-071-1/+1
* merge revision(s) df6b72b8ff7af16a56fa48f3b4abb1d8850f4d1c: [Backport #19348]NARUSE, Yui2023-01-251-1/+1
* Disallow mixed usage of ... and */**Shugo Maeda2022-12-151-0/+1
* Set max_iv_count (used for object shapes) based on inline cachesJemma Issroff2022-12-061-2/+22
* Remove ruby2_keywords related to args forwardingyui-knk2022-11-291-1/+0
* Using UNDEF_P macroS-H-GAMELINKS2022-11-161-2/+2
* Fix false LocalJumpError when branch coverage is enabledYusuke Endoh2022-11-081-1/+24
* push dummy frame for loading processKoichi Sasada2022-10-201-27/+37
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-111-15/+11
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-301-11/+15
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-15/+11
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-261-11/+15
* * expand tabs. [ci skip]git2022-09-271-1/+1
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-15/+11
* [Bug #19021] Fix safe call w/ conditional assignJohn Hawthorn2022-09-251-11/+7
* Use `int first_lineno` for binary format.Samuel Williams2022-09-261-3/+3
* Rework vm_core to use `int first_lineno` struct member.Samuel Williams2022-09-261-3/+3
* Rework `first_lineno` to be `int`.Samuel Williams2022-09-261-3/+3
* avoid extra dup and pop in compile_op_asgn2HParker2022-09-221-11/+24
* avoid extra dup and pop in compile_op_logHParker2022-09-221-8/+11
* Enable coverage for eval.Samuel Williams2022-09-221-3/+3
* Add comments for some peephole optimizations [ci skip]Maple Ong2022-09-121-0/+42
* Adjust styles [ci skip]Nobuyoshi Nakada2022-09-021-4/+5
* Use getblockparamproxy with branchJohn Hawthorn2022-09-011-0/+6
* * expand tabs. [ci skip]git2022-09-021-5/+5
* New constant caching insn: opt_getconstant_pathJohn Hawthorn2022-09-011-68/+137
* Convert catch_except_t to stdboolTakashi Kokubun2022-08-251-5/+5
* Optimize duparray/expandarray -> putobject/expandarrayJeremy Evans2022-08-091-0/+14
* Expand newarray/expandarray optimization for unequal operandsJeremy Evans2022-08-091-3/+39
* Add peephole optimizer for newarray(X)/expandarray(X, 0) -> opt_reverse(X)Jeremy Evans2022-08-091-1/+10
* Add peephole optimizer for newarray(2)/expandarray(2, 0) -> swapJeremy Evans2022-08-091-0/+19
* Adjust styles [ci skip]Nobuyoshi Nakada2022-07-271-1/+2
* Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu2022-07-261-11/+11
* Remove duplicate code for internal arraysNobuyoshi Nakada2022-07-231-2/+1
* Use rb_ary_tmp_new only for internal arraysPeter Zhu2022-07-221-1/+1
* Remove reference counting for all frozen arraysPeter Zhu2022-07-221-2/+2
* Add "rb_" prefixes to toplevel enum definitionsYusuke Endoh2022-07-221-7/+7
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-3252/+3252
* Add RARRAY_LITERAL_FLAG for array literalsPeter Zhu2022-07-201-2/+2
* Separate TS_IVC and TS_ICVARC in is_entries buffersJemma Issroff2022-07-181-4/+31
* Check only whether `RUBY_DEVEL` is definedNobuyoshi Nakada2022-07-121-1/+1
* Fix a regression of b2e58b02aec73f9c350bf109c021c180fc699cccYusuke Endoh2022-07-111-7/+4
* Remove ISEQ_MARKABLE_ISEQ flagAaron Patterson2022-07-071-11/+0
* Fix ISeq dump / load in array casesAaron Patterson2022-06-291-15/+7
* Dump inline storage partition information to binary formatAaron Patterson2022-06-241-41/+17
* Free bitmap buffer if it's not usedAaron Patterson2022-06-231-2/+21
* Flatten bitmap when there is only one elementAaron Patterson2022-06-231-5/+38
* Update vm_core.hAaron Patterson2022-06-231-1/+1
* Speed up ISeq by marking via bitmaps and IC rearrangingAaron Patterson2022-06-231-25/+93
* Remove unused function declarationPeter Zhu2022-06-171-2/+0