index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
iseq.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove rb_iseq_each
John Hawthorn
2022-09-01
1
-4
/
+0
*
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-09-01
1
-0
/
+1
*
Add "rb_" prefixes to toplevel enum definitions
Yusuke Endoh
2022-07-22
1
-2
/
+2
*
Move enum definitions out of struct definition
Yusuke Endoh
2022-07-22
1
-21
/
+22
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-19
/
+19
*
Use `roomof` macro
Nobuyoshi Nakada
2022-07-08
1
-1
/
+1
*
Remove ISEQ_MARKABLE_ISEQ flag
Aaron Patterson
2022-07-07
1
-1
/
+0
*
Move function to `static inline` so we don't have leaked globals
Aaron Patterson
2022-06-29
1
-1
/
+0
*
Fix ISeq dump / load in array cases
Aaron Patterson
2022-06-29
1
-0
/
+1
*
Speed up ISeq by marking via bitmaps and IC rearranging
Aaron Patterson
2022-06-23
1
-0
/
+6
*
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-04-01
1
-0
/
+3
*
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-25
1
-3
/
+0
*
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-24
1
-0
/
+3
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-11
/
+11
*
add `rb_iseq_type()` to return iseq type in Symbol
Koichi Sasada
2021-12-19
1
-0
/
+1
*
Rework tracing for blocks running as methods
Alan Wu
2021-12-01
1
-1
/
+1
*
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-11-15
1
-0
/
+1
*
Cleanup diff against upstream. Add comments
Alan Wu
2021-10-20
1
-2
/
+0
*
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
1
-1
/
+1
*
Restore interpreter regs in ujit hook. Implement leave bytecode.
Maxime Chevalier-Boisvert
2021-10-20
1
-3
/
+1
*
Add to the MicroJIT scraper an example that passes ec
Alan Wu
2021-10-20
1
-0
/
+1
*
MicroJIT: Don't compile trace instructions
Alan Wu
2021-10-20
1
-0
/
+2
*
Remove PC argument from ujit instructions
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
Yeah, this actually works!
Alan Wu
2021-10-20
1
-1
/
+1
*
Add example handler for ujit and scrape it from vm.o
Alan Wu
2021-10-20
1
-0
/
+3
*
Allow tracing of optimized methods
Jeremy Evans
2021-08-21
1
-0
/
+2
*
Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in eval
Jeremy Evans
2021-07-29
1
-0
/
+1
*
Enable USE_ISEQ_NODE_ID by default
Yusuke Endoh
2021-06-18
1
-3
/
+5
*
compile.c: Pass node instead of nd_line(node) to ADD_INSN* functions
Yusuke Endoh
2021-05-07
1
-0
/
+8
*
fix raise in exception with jump
Koichi Sasada
2021-04-22
1
-0
/
+1
*
Remove DEFINED_IVAR2 from enum
John Hawthorn
2021-03-10
1
-1
/
+0
*
check isolated Proc more strictly
Koichi Sasada
2020-10-29
1
-0
/
+1
*
add #include guard hack
卜部昌平
2020-04-13
1
-3
/
+2
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-22
1
-9
/
+0
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-0
/
+2
*
vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer
Yusuke Endoh
2019-12-09
1
-0
/
+1
*
make functions static
卜部昌平
2019-11-19
1
-2
/
+0
*
delete unused functions
卜部昌平
2019-11-14
1
-2
/
+0
*
Avoid top-level search for nested constant reference from nil in defined?
Dylan Thacker-Smith
2019-11-13
1
-1
/
+2
*
cstr -> bytes
Koichi Sasada
2019-11-08
1
-1
/
+1
*
support builtin features with Ruby and C.
Koichi Sasada
2019-11-08
1
-0
/
+2
*
avoid overflow in integer multiplication
卜部昌平
2019-10-09
1
-2
/
+4
*
Remove mark array
Aaron Patterson
2019-09-26
1
-1
/
+0
*
Scan the ISEQ arena for markables and mark them
Aaron Patterson
2019-09-26
1
-0
/
+1
*
Introduce a secondary arena
Aaron Patterson
2019-09-26
1
-2
/
+8
*
Unify SUPPORT_JOKE and OPT_SUPPORT_JOKE
Takashi Kokubun
2019-09-03
1
-1
/
+1
*
decouple compile.c usage of imemo_ifunc
卜部昌平
2019-08-27
1
-1
/
+1
*
Add `GC.compact` again.
tenderlove
2019-04-20
1
-1
/
+1
*
Reverting compaction for now
tenderlove
2019-04-17
1
-1
/
+1
[next]