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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pull the shape tree out of the vm object
Matt Valentine-House
2023-04-06
1
-15
/
+2
*
`nt->serial` for `RUBY_DEBUG_LOG`
Koichi Sasada
2023-03-31
1
-0
/
+3
*
YJIT: Leave cfp->pc uninitialized for VM_FRAME_MAGIC_CFUNC
Alan Wu
2023-03-29
1
-1
/
+1
*
YJIT: Add `--yjit-pause` and `RubyVM::YJIT.resume` (#7609)
Maxime Chevalier-Boisvert
2023-03-28
1
-1
/
+1
*
Fix shape allocation limits
Aaron Patterson
2023-03-22
1
-2
/
+2
*
Fix the JIT-unsupported case
Takashi Kokubun
2023-03-16
1
-1
/
+1
*
Refactor jit_func_t and jit_exec
Takashi Kokubun
2023-03-16
1
-2
/
+2
*
Remove SIGCHLD `waidpid`. (#7527)
Samuel Williams
2023-03-15
1
-4
/
+0
*
Remove unused jit_enable_p flag
Takashi Kokubun
2023-03-14
1
-14
/
+9
*
YJIT: Implement throw instruction (#7491)
Takashi Kokubun
2023-03-14
1
-24
/
+21
*
Revert SIGCHLD changes to diagnose CI failures. (#7517)
Samuel Williams
2023-03-14
1
-0
/
+4
*
Remove an unused VM option
Takashi Kokubun
2023-03-13
1
-3
/
+0
*
RJIT: Stop allowing leaked globals rjit_*
Takashi Kokubun
2023-03-08
1
-3
/
+3
*
Remove SIGCHLD `waidpid`. (#7476)
Samuel Williams
2023-03-09
1
-4
/
+0
*
Allow enabling YJIT and RJIT independently (#7474)
Takashi Kokubun
2023-03-07
1
-1
/
+7
*
s/mjit/rjit/
Takashi Kokubun
2023-03-06
1
-7
/
+7
*
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
1
-2
/
+2
*
Remove obsoleted MJIT_HEADER macro
Takashi Kokubun
2023-03-06
1
-14
/
+0
*
Remove obsoleted MJIT_STATIC macro
Takashi Kokubun
2023-03-06
1
-1
/
+1
*
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
1
-18
/
+9
*
Prepare for compiling an ISEQ
Takashi Kokubun
2023-03-05
1
-26
/
+0
*
Prepare rb_mjit_compile hook
Takashi Kokubun
2023-03-05
1
-3
/
+8
*
Encapsulate RCLASS_ATTACHED_OBJECT
Jean Boussier
2023-02-15
1
-1
/
+2
*
use correct svar even if env is escaped
Koichi Sasada
2023-02-10
1
-17
/
+39
*
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-09
1
-1
/
+1
*
Remove unneeded repetitions
Takashi Kokubun
2023-02-04
1
-1
/
+1
*
use correct svar (#7225)
Koichi Sasada
2023-02-01
1
-5
/
+18
*
Fix off-by-one error in rb_vm_each_stack_value
Peter Zhu
2023-01-09
1
-1
/
+1
*
MJIT: Cancel all on disastrous situations (#7019)
Takashi Kokubun
2022-12-24
1
-0
/
+1
*
Use a BOP for Hash#default
John Hawthorn
2022-12-17
1
-0
/
+1
*
MJIT: Give a more appropriate name to the initial state
Takashi Kokubun
2022-12-08
1
-4
/
+4
*
Add debug counters to RubyVM.stat (#6086)
Chris Seaton
2022-12-07
1
-0
/
+19
*
MJIT: Refactor the jit_func enum for MJIT
Takashi Kokubun
2022-12-06
1
-8
/
+7
*
Introduce BOP_CMP for optimized comparison
Daniel Colson
2022-12-06
1
-0
/
+1
*
Move BOP macros to separate file
Daniel Colson
2022-12-06
1
-1
/
+1
*
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-12-01
1
-1
/
+7
*
Fix autoload status of statically linked extensions
Alan Wu
2022-11-25
1
-0
/
+3
*
Add next_shape_id to vm stats
Aaron Patterson
2022-11-23
1
-1
/
+3
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-6
/
+6
*
Rename --mjit-min-calls to --mjit-call-threshold (#6731)
Takashi Kokubun
2022-11-14
1
-1
/
+1
*
Reduce the number of branches in jit_exec (#6722)
Takashi Kokubun
2022-11-13
1
-30
/
+23
*
s/mjit_func_t/jit_func_t/
Takashi Kokubun
2022-11-13
1
-1
/
+1
*
Remove unused debug counters
Takashi Kokubun
2022-11-13
1
-21
/
+1
*
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
1
-11
/
+0
*
Fix -Wundef warnings
Nobuyoshi Nakada
2022-10-26
1
-1
/
+1
*
Remove unused class serial
Jemma Issroff
2022-10-21
1
-12
/
+1
*
push dummy frame for loading process
Koichi Sasada
2022-10-20
1
-11
/
+14
*
Make inline cache reads / writes atomic with object shapes
Jemma Issroff
2022-10-11
1
-2
/
+2
*
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-11
1
-0
/
+31
*
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-30
1
-31
/
+0
[next]