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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename rb_gc_new_location to rb_gc_location
Aaron Patterson
2019-05-18
1
-2
/
+2
*
Rename mjit_gc_finish_hook to mjit_gc_exit_hook
Takashi Kokubun
2019-05-15
1
-3
/
+3
*
glibc says memcpy cannot take NULL
Urabe, Shyouhei
2019-04-29
1
-1
/
+1
*
Fix wrong critical section label
k0kubun
2019-04-20
1
-2
/
+2
*
Prefix rb_ to MJIT wait call since it's exported
k0kubun
2019-04-20
1
-5
/
+5
*
Revert "Revert "Skip ISeq reference for stale_units for debugging""
k0kubun
2019-04-20
1
-1
/
+15
*
Invalidate JIT-ed code if ISeq is moved by GC.compact
k0kubun
2019-04-20
1
-0
/
+4
*
Revert "Skip ISeq reference for stale_units for debugging"
k0kubun
2019-04-20
1
-15
/
+1
*
Skip ISeq reference for stale_units for debugging
k0kubun
2019-04-20
1
-1
/
+15
*
Check ISeq references in stale_units too
k0kubun
2019-04-20
1
-0
/
+10
*
Update ISeq references in stale_units as well
k0kubun
2019-04-20
1
-0
/
+11
*
fix strict compile errors
tenderlove
2019-04-20
1
-2
/
+2
*
Update MJIT references
tenderlove
2019-04-20
1
-0
/
+13
*
Do not execute MJIT copy job when ISeq is GC-ed
k0kubun
2019-04-14
1
-1
/
+9
*
Prefer uintptr_t over ptrdiff_t for i686
k0kubun
2019-04-14
1
-1
/
+1
*
Revert "Try to set false explicitly"
k0kubun
2019-04-14
1
-5
/
+1
*
Try to set false explicitly
k0kubun
2019-04-14
1
-1
/
+5
*
Unify comment styles across MJIT sources
k0kubun
2019-04-14
1
-116
/
+115
*
Recompile JIT-ed code without optimization
k0kubun
2019-04-14
1
-8
/
+50
*
Prevent mjit length counters from being 0
k0kubun
2019-03-29
1
-6
/
+0
*
Add debug counter for rb_mjit_unit_list
k0kubun
2019-03-29
1
-0
/
+6
*
Drop rb_mjit_unit from mjit_copy_job
k0kubun
2019-03-17
1
-9
/
+18
*
Fix typos [ci skip]
kazu
2019-03-17
1
-2
/
+2
*
Change defaults of --jit options
k0kubun
2019-03-17
1
-7
/
+6
*
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
1
-26
/
+26
*
Revert "mjit.c: use boolean type for boolean variables"
k0kubun
2019-01-10
1
-18
/
+18
*
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
1
-18
/
+18
*
Removed never-happening case
nobu
2018-12-09
1
-5
/
+0
*
Duplicate header name only if found
nobu
2018-12-08
1
-3
/
+3
*
Fix compile error at r66280
nobu
2018-12-08
1
-4
/
+3
*
Give the MJIT header path name
nobu
2018-12-08
1
-38
/
+26
*
Fix memory leak when failed to build pch path
nobu
2018-12-07
1
-1
/
+4
*
mjit.c: remove init_list
normal
2018-12-04
1
-12
/
+0
*
unconstify cast to get rid of VC++ warnings
usa
2018-12-04
1
-2
/
+2
*
mjit.c: eliminate -save-temps flag
k0kubun
2018-12-03
1
-0
/
+14
*
mjit_worker.c: undefine CC_PATH
k0kubun
2018-12-03
1
-3
/
+2
*
vm_trace.c: workqueue as thread-safe version of postponed_job
normal
2018-11-30
1
-14
/
+0
*
mjit_worker.c: promote mjit_copy_job from function
k0kubun
2018-11-27
1
-6
/
+6
*
vm_trace.c: MJIT-limited thread-safety for postponed_job
k0kubun
2018-11-26
1
-0
/
+14
*
process.c: avoid dlclose before exec
k0kubun
2018-11-26
1
-6
/
+10
*
Revert "process.c: try to workaroun SEGV by r65994"
k0kubun
2018-11-26
1
-24
/
+13
*
process.c: try to workaroun SEGV by r65994
k0kubun
2018-11-26
1
-13
/
+24
*
mjit.c: avoid running copy job handler after ISeq GC
k0kubun
2018-11-22
1
-8
/
+8
*
mjit.c: fix typos [ci skip]
kazu
2018-11-20
1
-2
/
+2
*
revert r65807
k0kubun
2018-11-19
1
-11
/
+4
*
process.c: do not run signal handler before fork
k0kubun
2018-11-19
1
-4
/
+11
*
mjit.c: fix deadlock introduced by r65785
k0kubun
2018-11-18
1
-1
/
+1
*
mjit_worker.c: support MJIT in forked Ruby process
k0kubun
2018-11-18
1
-13
/
+50
*
mjit_build_dir: separate MJIT_BUILD_DIR
nobu
2018-11-07
1
-3
/
+14
*
mjit.c: don't use mutex before checking availability
k0kubun
2018-11-06
1
-7
/
+9
[next]