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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename mjit_gc_finish_hook to mjit_gc_exit_hook
Takashi Kokubun
2019-05-15
1
-2
/
+2
*
Prefix rb_ to MJIT wait call since it's exported
k0kubun
2019-04-20
1
-2
/
+2
*
Update MJIT references
tenderlove
2019-04-20
1
-0
/
+1
*
Recompile without method inlining
k0kubun
2019-04-16
1
-0
/
+2
*
Unify comment styles across MJIT sources
k0kubun
2019-04-14
1
-32
/
+32
*
Recompile JIT-ed code without optimization
k0kubun
2019-04-14
1
-2
/
+12
*
Add debug counter for VM <-> MJIT calls
k0kubun
2019-04-06
1
-0
/
+10
*
Add debug counters for MJIT
k0kubun
2019-03-29
1
-0
/
+8
*
Resurrect r67287 and r67288
k0kubun
2019-03-18
1
-1
/
+1
*
Revert "Eliminate mjit_copy_job_t reference from mjit_worker"
k0kubun
2019-03-18
1
-6
/
+0
*
Eliminate mjit_copy_job_t reference from mjit_worker
k0kubun
2019-03-18
1
-0
/
+6
*
Revert "Request inline cache values from mjit_compile"
k0kubun
2019-03-18
1
-1
/
+1
*
Request inline cache values from mjit_compile
k0kubun
2019-03-17
1
-1
/
+1
*
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
1
-2
/
+2
*
Revert "mjit.c: use boolean type for boolean variables"
k0kubun
2019-01-10
1
-2
/
+2
*
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
1
-2
/
+2
*
vm_trace.c: MJIT-limited thread-safety for postponed_job
k0kubun
2018-11-26
1
-0
/
+4
*
Revert "process.c: try to workaroun SEGV by r65994"
k0kubun
2018-11-26
1
-2
/
+0
*
process.c: try to workaroun SEGV by r65994
k0kubun
2018-11-26
1
-0
/
+2
*
process.c: finish MJIT prior to #exec
k0kubun
2018-11-26
1
-2
/
+0
*
mjit.c: copy call cache values to MJIT worker
k0kubun
2018-10-21
1
-1
/
+1
*
mjit.c: copy inline cache values to MJIT worker
k0kubun
2018-10-21
1
-1
/
+1
*
add disabling MJIT features option.
ko1
2018-10-20
1
-0
/
+18
*
vm_core.h: fix inconsistent prototype declarations
k0kubun
2018-10-07
1
-12
/
+0
*
mjit.h: introduce MJIT_STATIC for full mswin JIT support
k0kubun
2018-10-07
1
-0
/
+12
*
mjit.h: call compiled code immediately
k0kubun
2018-10-07
1
-2
/
+2
*
Revert "vm_insnhelper.h: simplify EXEC_EC_CFP implementation"
k0kubun
2018-09-13
1
-3
/
+1
*
vm_insnhelper.h: simplify EXEC_EC_CFP implementation
k0kubun
2018-09-13
1
-1
/
+3
*
mjit.c: exclude mjit_valid_class_serial_p
k0kubun
2018-08-11
1
-1
/
+0
*
mjit_worker.c: carve out worker-related code
k0kubun
2018-08-11
1
-1
/
+1
*
process.c: fix outdated mjit_pause declaration
k0kubun
2018-08-09
1
-1
/
+0
*
mjit.c: initial support for mswin MJIT
k0kubun
2018-08-07
1
-2
/
+2
*
mjit.c: use NOT_COMPILED_JIT_ISEQ_FUNC for unloaded
k0kubun
2018-07-27
1
-3
/
+4
*
ruby.c: accept --disable-jit option
k0kubun
2018-07-18
1
-1
/
+3
*
mjit.h: avoid signed pointer comparisons (fix for 32-bit)
normal
2018-07-03
1
-1
/
+1
*
mjit.c: disable calling JIT-ed code
k0kubun
2018-06-23
1
-2
/
+3
*
mjit.c: unify the variable name with method name
k0kubun
2018-06-23
1
-2
/
+2
*
mjit.h: skip accessing mjit_opts if JIT-ed
k0kubun
2018-05-21
1
-6
/
+3
*
mjit.c: add timeout for --jit-wait
k0kubun
2018-03-17
1
-1
/
+1
*
mjit.h: compare as pointer
nobu
2018-02-14
1
-1
/
+1
*
no --jit-cc
nobu
2018-02-12
1
-12
/
+0
*
comma at the end of enum is a C99ism
shyouhei
2018-02-05
1
-2
/
+2
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-0
/
+3
*
mjit.c: merge MJIT infrastructure
k0kubun
2018-02-04
1
-0
/
+138