index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
objspace
/
objspace.c
Age
Commit message (
Expand
)
Author
2023-01-01
[DOC] [Bug #19290] fix formatting
Nobuyoshi Nakada
2022-10-08
Move `error` from top_stmts and top_stmt to stmt
yui-knk
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-07-22
Adjust indents [ci skip]
Nobuyoshi Nakada
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-04-17
Get rid of doubly caching
Nobuyoshi Nakada
2022-04-17
Get rid of magic numbers
Nobuyoshi Nakada
2022-02-23
Never call kind_of with klass=0
John Hawthorn
2022-02-09
objspace: Hide identhash containing internal objs
John Hawthorn
2021-12-13
Remove `NODE_DASGN_CURR` [Feature #18406]
Nobuyoshi Nakada
2021-08-25
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-08-23
Revert "[Feature #18045] Implement size classes for GC"
Peter Zhu
2021-08-23
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-08-20
undefine alloc functions for C extensions
Mike Dalessio
2021-05-06
Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slots
Matt Valentine-House
2021-01-05
enable constant cache on ractors
Koichi Sasada
2020-10-06
Prevent objects from moving while iterating the heap
Aaron Patterson
2020-09-28
Refactor common heap iteration code
Aaron Patterson
2020-09-28
Fix ASAN support when invalidating CCs
Aaron Patterson
2020-09-28
Make ext/objspace ASAN friendly
Aaron Patterson
2020-09-25
Return nil when argument to ObjectSpace.internal_class_of is T_IMEMO
Alan Wu
2020-08-19
RHASH_TBL: is now ext-only
卜部昌平
2020-07-28
[DOC] Clarify ObjectSpace return values are in bytes [ci skip]
Simon Perepelitsa
2020-06-14
Introduce find pattern [Feature #16828]
Kazuki Tsujimoto
2020-05-04
Fix indentation
Kazuki Tsujimoto
2020-02-29
should not expose hidden object.
Koichi Sasada
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2019-12-26
decouple internal.h headers
卜部昌平
2019-11-12
Revert "Method reference operator"
Nobuyoshi Nakada
2019-09-07
Rename NODE_ARRAY to NODE_LIST to reflect its actual use cases
Yusuke Endoh
2019-04-23
* expand tabs.
git
2019-04-22
T_MOVED can live on the stack, so make sure we can do book keeping
Aaron Patterson
2019-04-17
* expand tabs.
svn
2019-04-17
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-02-13
* expand tabs.
svn
2019-02-13
fix imemo entry description.
ko1
2018-12-31
* expand tabs.
svn
2018-12-31
Method reference operator
nobu
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-05-09
Rename imemo_alloc with imemo_tmpbuf
mame
2018-02-16
no ID cache in Init functions
nobu
2018-01-16
node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGN
mame
2018-01-09
Include ruby/{io,encoding}.h before internal.h
kazu
2018-01-05
node.h: remove NODE_PRELUDE
mame
2018-01-04
node.h: add NODE_ONCE instead of reuse of NODE_SCOPE
mame
2017-11-04
Rename imemo_strterm to imemo_parser_strterm
mame
2017-11-04
ext/objspace/objspace.c: add imemo_strterm
mame
2017-10-31
Use NODE_CASE2 if case expressions don't exist
yui-knk
[next]