<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/misc/lldb_rb/rb_base_command.py, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Ivar copy needs to happen _before_ setting the shape</title>
<updated>2022-11-01T22:38:44+00:00</updated>
<author>
<name>Aaron Patterson</name>
<email>tenderlove@ruby-lang.org</email>
</author>
<published>2022-11-01T19:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=70173a72a29474b6fd8fdc629954a95a4b0a3793'/>
<id>70173a72a29474b6fd8fdc629954a95a4b0a3793</id>
<content type='text'>
When we copy instance variables, it is possible for the GC to be kicked
off.  The GC looks at the shape to determine what slots to mark inside
the object.  If the shape is set too soon, the GC could think that there
are more instance variables on the object than there actually are at
that moment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we copy instance variables, it is possible for the GC to be kicked
off.  The GC looks at the shape to determine what slots to mark inside
the object.  If the shape is set too soon, the GC could think that there
are more instance variables on the object than there actually are at
that moment.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ci skip][Feature #18910][lldb] Dedup lldb_init</title>
<updated>2022-08-18T17:25:32+00:00</updated>
<author>
<name>Matt Valentine-House</name>
<email>matt@eightbitraptor.com</email>
</author>
<published>2022-08-18T10:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=92603bbd6996000d2541edb22e0b2ecac646c3de'/>
<id>92603bbd6996000d2541edb22e0b2ecac646c3de</id>
<content type='text'>
by moving it fully into RbBaseCommand
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by moving it fully into RbBaseCommand
</pre>
</div>
</content>
</entry>
<entry>
<title>[ci-skip][Feature #18910][lldb] New directory structure</title>
<updated>2022-08-18T17:25:32+00:00</updated>
<author>
<name>Matt Valentine-House</name>
<email>matt@eightbitraptor.com</email>
</author>
<published>2022-07-13T17:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b26aec9daa03a4f3da225e9e4f7a43e916928712'/>
<id>b26aec9daa03a4f3da225e9e4f7a43e916928712</id>
<content type='text'>
Push the newly refactored lldb files into a sub-directory so that we're
not cluttering up the misc directory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Push the newly refactored lldb files into a sub-directory so that we're
not cluttering up the misc directory
</pre>
</div>
</content>
</entry>
</feed>
