summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2024-03-28YJIT: add iseq_alloc_count to stats (#10398)Maxime Chevalier-Boisvert
2024-03-19Implement chilled stringsÉtienne Barrié
2024-03-16Avoid caller-side hash allocation for f(*a, kw: 1) and f(*a, kw: 1, &block)Jeremy Evans
2024-03-15Refactor frozen_string_literal check during compilationJean Boussier
2024-03-14Fix array allocation optimization for f(*a, kw: 1)Jeremy Evans
2024-03-06Fix dump of hidden local variable indexesJeremy Evans
2024-03-04Keep hidden local variables when dumping and loading iseqsJeremy Evans
2024-03-04Support NODE_ONCE for pattern matchingS-H-GAMELINKS
2024-03-01Correctly set anon_kwrest flag for def f(b: 1, **)Jeremy Evans
2024-03-01Fix a couple issues noticed by nobuJeremy Evans
2024-03-01Avoid 1-2 array allocations for zsuper calls with post argumentsJeremy Evans
2024-03-01Fix splatarray false peephole optimization for f(*ary, **kw, &block)Jeremy Evans
2024-03-01Perform splatarray false peephole optimization for invokesuper in addition to...Jeremy Evans
2024-02-21[PRISM] Provide runtime flag for prism in iseqKevin Newton
2024-02-20Fix string value in hash literal being forced frozenAlan Wu
2024-02-21Introduce NODE_REGX to manage regexp literalyui-knk
2024-02-20Add pushtoarraykwsplat instruction to avoid unnecessary array allocationJeremy Evans
2024-02-16GC guard catch_table_aryPeter Zhu
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2024-02-12Replace assert with RUBY_ASSERT in compile.cPeter Zhu
2024-02-09Split line_no and node_id before new_insn_bodyKevin Newton
2024-02-09Remove ruby object from string nodesyui-knk
2024-01-31[PRISM] Mirror iseq APIsKevin Newton
2024-01-30Make compile_array first_chunk argument bool instead of intJeremy Evans
2024-01-30Avoid unnecessary array allocation for ARGSCAT with LIST bodyJeremy Evans
2024-01-29Add removable and refcnt output to labelsPeter Zhu
2024-01-28Rename `nd_head` in `RNode_RESBODY` as `nd_next`Nobuyoshi Nakada
2024-01-27Remove expandarray/splatarray sequence peephole optimizationJeremy Evans
2024-01-27Eliminate 1-2 array allocations for each splat used in a masgn methodJeremy Evans
2024-01-27Eliminate 1-2 array allocations for each splat used in a op_asgn methodJeremy Evans
2024-01-27Reduce array allocations for literal arrays with splats and other argsJeremy Evans
2024-01-27Optimize compilation of large literal arraysJeremy Evans
2024-01-27Introduce `NODE_ENCODING`S.H
2024-01-25Fix incorrect use of VM_CALL_KW_SPLAT_MUT in zsuper with keyword splatJeremy Evans
2024-01-24Introduce Allocationless Anonymous Splat ForwardingJeremy Evans
2024-01-24Add pushtoarray VM instructionJeremy Evans
2024-01-24Add concattoarray VM instructionJeremy Evans
2024-01-24Add VM_CALL_ARGS_SPLAT_MUT callinfo flagJeremy Evans
2024-01-23YJIT: Allow inlining ISEQ calls with a block (#9622)Takashi Kokubun
2024-01-22Use line numbers as builtin-indexNobuyoshi Nakada
2024-01-19add assert on SPAaron Patterson
2024-01-16Rename BUILTIN_ATTR_SINGLE_NOARG_INLINETakashi Kokubun
2024-01-16Drop obsoleted BUILTIN_ATTR_NO_GC attributeTakashi Kokubun
2024-01-14Support keyword splatting nilJeremy Evans
2024-01-10Make defined? for op asgn expressions to constants use "assignment"Jeremy Evans
2024-01-10Remove unnecessary semicolon and add breakS-H-GAMELINKS
2024-01-09Introduce NODE_SYM to manage symbol literalyui-knk
2024-01-08Do not convert NODE_STR to NODE_LIT when the string is hash keyyui-knk
2024-01-08Change numeric node value functions argument to `NODE *`yui-knk
2024-01-08Adjust styles and indents [ci skip]Nobuyoshi Nakada