<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/erb/def_method.rb, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/erb] Enable frozen_string_literal in all files</title>
<updated>2023-08-22T04:41:22+00:00</updated>
<author>
<name>Josh Nichols</name>
<email>josh@technicalpickles.com</email>
</author>
<published>2023-08-22T04:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0955ca342ed01b61161e1a46015a58b54d2e7205'/>
<id>0955ca342ed01b61161e1a46015a58b54d2e7205</id>
<content type='text'>
(https://github.com/ruby/erb/pull/49)

I was surprised to see erb show up when I was using memory_profiler on
my app. ERB::Compiler#compile has a blank string literal, and it
ended up allocating some 41532 blank strings for a relatively small surface
area.

https://github.com/ruby/erb/commit/b7e45c2bdc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/erb/pull/49)

I was surprised to see erb show up when I was using memory_profiler on
my app. ERB::Compiler#compile has a blank string literal, and it
ended up allocating some 41532 blank strings for a relatively small surface
area.

https://github.com/ruby/erb/commit/b7e45c2bdc
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/erb] Split erb.rb into files for each module under ERB</title>
<updated>2022-11-24T23:40:53+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2022-11-24T23:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8ac4081aa80e571271296331dbd2a7a0654cd34a'/>
<id>8ac4081aa80e571271296331dbd2a7a0654cd34a</id>
<content type='text'>
(https://github.com/ruby/erb/pull/36)

https://github.com/ruby/erb/commit/f74833cc07
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/erb/pull/36)

https://github.com/ruby/erb/commit/f74833cc07
</pre>
</div>
</content>
</entry>
</feed>
