summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
2021-12-19`rb_iseq_update_references()` cares `script_lines`Koichi Sasada
2021-12-19`iseq_type_sym()` -> `iseq_type_id()`Koichi Sasada
2021-12-19add `rb_iseq_type()` to return iseq type in SymbolKoichi Sasada
2021-12-15fix local TP memory leakKoichi Sasada
2021-12-13Introduce an option "--dump=insns_without_opt" for debugging purposesYusuke Endoh
2021-12-01Rework tracing for blocks running as methodsAlan Wu
2021-11-17add `VM_CALLCACHE_ON_STACK`Koichi Sasada
2021-11-15`Primitive.mandatory_only?` for fast pathKoichi Sasada
2021-10-29need to mark script_linesKoichi Sasada
2021-10-21freeze (make shareable) script_linesKoichi Sasada
2021-10-21`RubyVM.keep_script_lines`Koichi Sasada
2021-10-20Cleanup iseq.c minimize diff with upstreamAlan Wu
2021-10-20TracePoint supportAlan Wu
2021-10-20Clear JIT code when tracepoints get enabledAaron Patterson
2021-10-20Yet Another Ruby JIT!Jose Narvaez
2021-10-20Should fix builds without mjit supportAlan Wu
2021-10-20Tie lifetime of uJIT blocks to iseqsAlan Wu
2021-10-20Restore interpreter regs in ujit hook. Implement leave bytecode.Maxime Chevalier-Boisvert
2021-10-20Add to the MicroJIT scraper an example that passes ecAlan Wu
2021-10-20MicroJIT: Don't compile trace instructionsAlan Wu
2021-10-20Small build fixesAlan Wu
2021-10-20Try to fix Windows buildAlan Wu
2021-10-20Avoid triggering GC while translating threaded codeAlan Wu
2021-10-20Remove PC argument from ujit instructionsMaxime Chevalier-Boisvert
2021-10-20Removed native_pop_code, ported call with labelMaxime Chevalier-Boisvert
2021-10-20Generate multiple copies of native code for `pop`Alan Wu
2021-10-20Reimplement Alan's pop instruction with the new assemblerMaxime Chevalier-Boisvert
2021-10-20Added sub instruction, 32-bit registers, more testsMaxime Chevalier-Boisvert
2021-10-20Yeah, this actually works!Alan Wu
2021-10-20Add example handler for ujit and scrape it from vm.oAlan Wu
2021-10-03Using NIL_P macro instead of `== Qnil`S.H
2021-09-05Replace RBOOL macroS-H-GAMELINKS
2021-08-29Support tracing of attr_reader and attr_writerJeremy Evans
2021-08-03Add keyrest to ruby2_keywords parameters [Bug #18011]Nobuyoshi Nakada
2021-07-29Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in evalJeremy Evans
2021-06-26iseq.c: Make ast_line_count return 0 when syntax error occurredYusuke Endoh
2021-06-18Enable USE_ISEQ_NODE_ID by defaultYusuke Endoh
2021-06-18Make it possible to get AST::Node from Thread::Backtrace::LocationYusuke Endoh
2021-06-18node.h: Reduce struct size to fit with Ruby object size (five VALUEs)Yusuke Endoh
2021-06-02Refactor rb_vm_insn_addr2insn callsTakashi Kokubun
2021-05-07compile.c: Pass node instead of nd_line(node) to ADD_INSN* functionsYusuke Endoh
2021-03-17Use rb_fstring for "defined" strings.Aaron Patterson
2021-03-17Store strings for `defined` in the iseqsAaron Patterson
2021-01-06remove invalidated ccKoichi Sasada
2021-01-05enable constant cache on ractorsKoichi Sasada
2020-11-19Make RubyVM::InstructionSequence.compile_file use same encoding as loadJeremy Evans
2020-11-17remain enabled and line specified trace pointsKoichi Sasada
2020-10-30strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-10-29check isolated Proc more strictlyKoichi Sasada
2020-10-20Dump FrozenCore speciallyNobuyoshi Nakada