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
/
mjit_c.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
MJIT: Cancel all on disastrous situations (#7019)
Takashi Kokubun
2022-12-24
1
-0
/
+11
*
Remove MJIT's private constants from docs [ci skip]
Takashi Kokubun
2022-12-22
1
-1
/
+1
*
MJIT: Compile methods in batches (#6900)
Takashi Kokubun
2022-12-10
1
-1
/
+6
*
MJIT: Clarify jit_unit is only for MJIT
Takashi Kokubun
2022-12-08
1
-1
/
+1
*
MJIT: Convert compact_p flag to an enum
Takashi Kokubun
2022-12-08
1
-1
/
+5
*
Stop transitioning to UNDEF when undefining an instance variable
Aaron Patterson
2022-12-07
1
-4
/
+0
*
Set max_iv_count (used for object shapes) based on inline caches
Jemma Issroff
2022-12-06
1
-0
/
+1
*
Improve packing of iseq_constant_body struct
John Hawthorn
2022-12-01
1
-2
/
+2
*
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-12-01
1
-0
/
+1
*
Fix unused variable warnings
Takashi Kokubun
2022-11-29
1
-10
/
+10
*
MJIT: Move Primitive helpers to mjit_c.rb
Takashi Kokubun
2022-11-29
1
-9
/
+35
*
MJIT: Self-contain extern declarations
Takashi Kokubun
2022-11-29
1
-2
/
+8
*
MJIT: Refactor CDHASH handling
Takashi Kokubun
2022-11-29
1
-2
/
+2
*
MJIT: Merge exivar guards as well
Takashi Kokubun
2022-11-28
1
-1
/
+0
*
MJIT: Remove an unused field
Takashi Kokubun
2022-11-28
1
-1
/
+0
*
MJIT: Get rid of is_entries copy
Takashi Kokubun
2022-11-28
1
-11
/
+0
*
MJIT: Make it parsable by Solargraph (#6827)
Takashi Kokubun
2022-11-28
1
-3
/
+1
*
Revert "MJIT: Make it parsable by Solargraph"
Takashi Kokubun
2022-11-28
1
-1
/
+3
*
MJIT: Fix miniruby with MJIT_FORCE_ENABLE
Takashi Kokubun
2022-11-27
1
-1
/
+1
*
MJIT: Make it parsable by Solargraph
Takashi Kokubun
2022-11-27
1
-2
/
+0
*
MJIT: Get rid of C.fprintf
Takashi Kokubun
2022-11-27
1
-8
/
+0
*
rename SHAPE_BITS to SHAPE_ID_NUM_BITS
Aaron Patterson
2022-11-18
1
-4
/
+4
*
MJIT: Fix vm_cc_cme(cc).def.type to use bit field
Takashi Kokubun
2022-11-15
1
-1
/
+1
*
MJIT: Remove reference to ROBJECT_EMBED_LEN_MAX
Takashi Kokubun
2022-11-14
1
-4
/
+0
*
Rename --mjit-min-calls to --mjit-call-threshold (#6731)
Takashi Kokubun
2022-11-14
1
-1
/
+1
*
Remove USE_RVARGC code
Aaron Patterson
2022-11-14
1
-4
/
+0
*
Import shape constants with mjit-bindgen
Takashi Kokubun
2022-11-14
1
-34
/
+34
*
Import class constants with mjit-bindgen
Takashi Kokubun
2022-11-14
1
-7
/
+26
*
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
1
-0
/
+26
*
Remove iv_index_tbl_entry
John Hawthorn
2022-10-24
1
-9
/
+0
*
Rename `iv_count` on shapes to `next_iv_index`
Jemma Issroff
2022-10-21
1
-1
/
+1
*
Only expose Ruby Shape API if VM_CHECK_MODE is enabled
Aaron Patterson
2022-10-13
1
-2
/
+23
*
Make inline cache reads / writes atomic with object shapes
Jemma Issroff
2022-10-11
1
-5
/
+6
*
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-11
1
-5
/
+30
*
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-30
1
-30
/
+5
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-28
1
-5
/
+30
*
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
1
-31
/
+6
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
1
-6
/
+31
*
Rework vm_core to use `int first_lineno` struct member.
Samuel Williams
2022-09-26
1
-1
/
+6
*
Skip struct fields whose output differs
Takashi Kokubun
2022-09-23
1
-3
/
+0
*
Swap the positions of offsetof and type
Takashi Kokubun
2022-09-23
1
-203
/
+203
*
Bindgen offsetof struct and union with builtin
Takashi Kokubun
2022-09-23
1
-183
/
+183
*
Bindgen sizeof struct and union with builtin
Takashi Kokubun
2022-09-23
1
-32
/
+32
*
Bindgen immediate types with builtin
Takashi Kokubun
2022-09-23
1
-55
/
+56
*
Drop c_64 and c_32
Takashi Kokubun
2022-09-23
1
-0
/
+539
*
Bindgen enum with builtin
Takashi Kokubun
2022-09-23
1
-4
/
+20
*
Builtin needs to be baseruby-compatible
Takashi Kokubun
2022-09-23
1
-5
/
+15
*
mjit_c.rb doesn't need to be an erb
Takashi Kokubun
2022-09-23
1
-0
/
+137