<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/runtime_tools/src, branch OTP_R14B04</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Add timer:sleep(100) after each 10 modules trace pattern and remove dialyzer warnings</title>
<updated>2011-03-02T15:56:55+00:00</updated>
<author>
<name>Kenneth Lundin</name>
<email>kenneth@erlang.org</email>
</author>
<published>2011-03-02T15:56:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cbea681feb52dad9316a29dbd1a8b0c400362123'/>
<id>cbea681feb52dad9316a29dbd1a8b0c400362123</id>
<content type='text'>
When setting trace pattern for many modules the system will quite unresponsive
and thus we have added a timer:sleep(100) after every 10 modules to set
trace patterns for.
Code has also been change in order to get rid of dialyzer warnings. I.e removal
of dead code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When setting trace pattern for many modules the system will quite unresponsive
and thus we have added a timer:sleep(100) after every 10 modules to set
trace patterns for.
Code has also been change in order to get rid of dialyzer warnings. I.e removal
of dead code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'kenneth/runtime_tools/inviso_autostart/OTP-8783' into dev</title>
<updated>2010-09-10T10:07:18+00:00</updated>
<author>
<name>Kenneth Lundin</name>
<email>kenneth@erlang.org</email>
</author>
<published>2010-09-10T10:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1470138027905c4adfd87d805457a40b39c2bdc6'/>
<id>1470138027905c4adfd87d805457a40b39c2bdc6</id>
<content type='text'>
* kenneth/runtime_tools/inviso_autostart/OTP-8783:
  patch from user regarding inviso_autostart_server in runtime_tools
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* kenneth/runtime_tools/inviso_autostart/OTP-8783:
  patch from user regarding inviso_autostart_server in runtime_tools
</pre>
</div>
</content>
</entry>
<entry>
<title>patch from user regarding inviso_autostart_server in runtime_tools</title>
<updated>2010-08-24T12:36:59+00:00</updated>
<author>
<name>Kenneth Lundin</name>
<email>kenneth@erlang.org</email>
</author>
<published>2010-08-24T12:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=aa03d31406cc9dd1e9b0e7b335189abac5208fcd'/>
<id>aa03d31406cc9dd1e9b0e7b335189abac5208fcd</id>
<content type='text'>
OTP-8783
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-8783
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor corrections and remove of temporary workaround.</title>
<updated>2010-08-09T10:29:20+00:00</updated>
<author>
<name>Kenneth Lundin</name>
<email>kenneth@erlang.org</email>
</author>
<published>2010-08-09T10:29:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=25d98219be714bf572808d66ea62bb96c2bd64e2'/>
<id>25d98219be714bf572808d66ea62bb96c2bd64e2</id>
<content type='text'>
Contribution by Marcus Ljungblad, Ericsson
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Contribution by Marcus Ljungblad, Ericsson
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pan/otp_8332_halfword' into dev</title>
<updated>2010-03-22T14:56:43+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2010-03-22T14:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a4b4d36cdbbd692123443a1d3f19f1c452963201'/>
<id>a4b4d36cdbbd692123443a1d3f19f1c452963201</id>
<content type='text'>
* pan/otp_8332_halfword:
  Teach testcase in driver_suite the new prototype for driver_async
  wx: Correct usage of driver callbacks from wx thread
  Adopt the new (R13B04) Nif functionality to the halfword codebase
  Support monitoring and demonitoring from driver threads
  Fix further test-suite problems
  Correct the VM to work for more test suites
  Teach {wordsize,internal|external} to system_info/1
  Make tracing and distribution work
  Turn on instruction packing in the loader and virtual machine
  Add the BeamInstr data type for loaded BEAM code
  Fix the BEAM dissambler for the half-word emulator
  Store pointers to heap data in 32-bit words
  Add a custom mmap wrapper to force heaps into the lower address range
  Fit all heap data into the 32-bit address range
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pan/otp_8332_halfword:
  Teach testcase in driver_suite the new prototype for driver_async
  wx: Correct usage of driver callbacks from wx thread
  Adopt the new (R13B04) Nif functionality to the halfword codebase
  Support monitoring and demonitoring from driver threads
  Fix further test-suite problems
  Correct the VM to work for more test suites
  Teach {wordsize,internal|external} to system_info/1
  Make tracing and distribution work
  Turn on instruction packing in the loader and virtual machine
  Add the BeamInstr data type for loaded BEAM code
  Fix the BEAM dissambler for the half-word emulator
  Store pointers to heap data in 32-bit words
  Add a custom mmap wrapper to force heaps into the lower address range
  Fit all heap data into the 32-bit address range
</pre>
</div>
</content>
</entry>
<entry>
<title>Make tracing and distribution work</title>
<updated>2010-03-10T13:25:21+00:00</updated>
<author>
<name>Patrik Nyblom</name>
<email>pan@erlang.org</email>
</author>
<published>2010-02-09T16:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c591f7b2a78b44ab321d0b99c100b349c8606c15'/>
<id>c591f7b2a78b44ab321d0b99c100b349c8606c15</id>
<content type='text'>
Rewrite trace code and external coding. Also slightly correct
the interface to the match-spec engine to make tracing work.

That will make the test suites runnable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rewrite trace code and external coding. Also slightly correct
the interface to the match-spec engine to make tracing work.

That will make the test suites runnable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ks/cleanups' into ccase/r13b04_dev</title>
<updated>2010-02-17T11:13:42+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2010-02-17T11:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=40b76c2e854c9771f8699fd143299ad2d6de4603'/>
<id>40b76c2e854c9771f8699fd143299ad2d6de4603</id>
<content type='text'>
* ks/cleanups:
  percept: Clean up as suggested by tidier
  percept: Modernize types and specs
  parsetools: Don't use 'try...of' when 'try' will do
  parsetools: Use %% for comments at the beginning of a line
  parsetools: Replace lists:keysearch/3 with lists:keyfind/3
  parsetools: Modernize types and specs
  parsetools: Replace TABs with spaces
  runtime_tools: Modernize specs
  sasl: Eliminate tuple used as fun
  sasl: Add missing modules to app file
  asn1: Clean up as suggested by tidier
  os_mon: Modernize types and specs
  wx: Clean up as suggested by tidier

OTP-8455  ks/cleanups</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ks/cleanups:
  percept: Clean up as suggested by tidier
  percept: Modernize types and specs
  parsetools: Don't use 'try...of' when 'try' will do
  parsetools: Use %% for comments at the beginning of a line
  parsetools: Replace lists:keysearch/3 with lists:keyfind/3
  parsetools: Modernize types and specs
  parsetools: Replace TABs with spaces
  runtime_tools: Modernize specs
  sasl: Eliminate tuple used as fun
  sasl: Add missing modules to app file
  asn1: Clean up as suggested by tidier
  os_mon: Modernize types and specs
  wx: Clean up as suggested by tidier

OTP-8455  ks/cleanups</pre>
</div>
</content>
</entry>
<entry>
<title>runtime_tools: Modernize specs</title>
<updated>2010-02-16T12:24:55+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@cs.ntua.gr</email>
</author>
<published>2010-02-07T14:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2b451b05c7e0df3ed2873bba4baba392c55ad047'/>
<id>2b451b05c7e0df3ed2873bba4baba392c55ad047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The R13B03 release.</title>
<updated>2009-11-20T14:54:40+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2009-11-20T14:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=84adefa331c4159d432d22840663c38f155cd4c1'/>
<id>84adefa331c4159d432d22840663c38f155cd4c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
