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
/
vm_core.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
extend machine stacks when sanitizers are there
Urabe, Shyouhei
2019-04-26
1
-0
/
+12
*
Prevent rb_define_(class|module) classes from moving
Aaron Patterson
2019-04-22
1
-1
/
+1
*
Add `GC.compact` again.
tenderlove
2019-04-20
1
-4
/
+4
*
Reverting compaction for now
tenderlove
2019-04-17
1
-4
/
+4
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-17
1
-4
/
+4
*
* expand tabs.
svn
2019-04-10
1
-1
/
+1
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-4
/
+4
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-09
1
-4
/
+4
*
Prefer using vm_base_ptr rather than cfp->bp
k0kubun
2019-03-25
1
-1
/
+1
*
use cfp->bp more.
ko1
2019-03-25
1
-1
/
+1
*
Pack rb_iseq_constant_body from 296 to 288 bytes
nobu
2019-03-18
1
-1
/
+2
*
introduce rb_nogvl C-API to mark ubf as async-signal-safe
normal
2019-01-04
1
-0
/
+3
*
* remove trailing spaces.
svn
2018-12-27
1
-1
/
+1
*
fix missed script_compiled events. [Bug #15471]
ko1
2018-12-27
1
-0
/
+8
*
Return same ISeq object for one src.
ko1
2018-12-06
1
-4
/
+8
*
vm_trace.c: workqueue as thread-safe version of postponed_job
normal
2018-11-30
1
-1
/
+6
*
`TracePoint#enable(target_line:)` is supported. [Feature #15289]
ko1
2018-11-26
1
-1
/
+1
*
* expand tabs.
svn
2018-11-26
1
-2
/
+2
*
Support targetting TracePoint [Feature #15289]
ko1
2018-11-26
1
-19
/
+32
*
* expand tabs.
svn
2018-11-18
1
-1
/
+1
*
vm_core.h (rb_thread_set_current*): convert to static inline
normal
2018-11-18
1
-8
/
+15
*
Prefix rb_ec_set_vm_stack
nobu
2018-11-16
1
-1
/
+1
*
fix passing wrong `passed_bmethod_me`.
ko1
2018-11-09
1
-1
/
+0
*
vm_core.h: conform C90
k0kubun
2018-11-08
1
-1
/
+1
*
separate Thread type (func or proc) explicitly.
ko1
2018-11-08
1
-3
/
+16
*
Implement `RubyVM::AST.of` [Feature #14836]
yui-knk
2018-11-05
1
-0
/
+1
*
_mjit_compile_send.erb: do not inline tailcall ISeq
k0kubun
2018-10-30
1
-0
/
+9
*
Revert "vm_trace: implement postponed_jobs as st_table"
normal
2018-10-23
1
-1
/
+2
*
vm_core.h: fix typo [ci skip]
k0kubun
2018-10-21
1
-1
/
+1
*
* expand tabs.
svn
2018-10-20
1
-1
/
+1
*
Remove tracecoverage instructions
mame
2018-10-20
1
-0
/
+1
*
revert r65213 and r65215
k0kubun
2018-10-20
1
-5
/
+0
*
vm_insnhelper.c: never cache getinstancevariable twice
k0kubun
2018-10-20
1
-0
/
+5
*
add disabling MJIT features option.
ko1
2018-10-20
1
-0
/
+2
*
ext/coverage/: add the oneshot mode
mame
2018-10-20
1
-0
/
+1
*
rb_execution_context_t: pack bits, 256 -> 252 bytes (on 32-bit)
normal
2018-10-19
1
-2
/
+6
*
vm_core.h: NSIG is a BSDism.
shyouhei
2018-10-19
1
-2
/
+12
*
Remove the level information from throw instruction
mame
2018-10-17
1
-1
/
+0
*
vm_core.h: fix inconsistent prototype declarations
k0kubun
2018-10-07
1
-3
/
+3
*
revert r64847, r64846 and r64839
k0kubun
2018-09-26
1
-0
/
+2
*
revert r64838 and r64839
k0kubun
2018-09-26
1
-2
/
+0
*
Revert "Revert r64824 to fix build failure on AppVeyor"
k0kubun
2018-09-25
1
-0
/
+2
*
Revert r64824 to fix build failure on AppVeyor
k0kubun
2018-09-25
1
-2
/
+0
*
insns.def: optimize & and | of Integer [experimental]
k0kubun
2018-09-24
1
-0
/
+2
*
iseq.c: add a map from encoded insn to insn data
mame
2018-08-23
1
-5
/
+1
*
Avoid compiler depend error
kazu
2018-08-22
1
-1
/
+1
*
thread.c (sleep_*): reduce the effect of spurious interrupts
normal
2018-08-18
1
-2
/
+2
*
vm_core.h (rb_thread_t): pack small fields together
normal
2018-08-15
1
-8
/
+8
*
thread_pthread.c: eliminate timer thread by restructuring GVL
normal
2018-08-13
1
-3
/
+5
*
insns.def (invokesuper): remove a dummy receiever flag hack for ZSUPER
mame
2018-08-10
1
-0
/
+2
[next]