<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/src/node_internals.h, branch v0.10</title>
<subtitle>github.com: joyent/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/'/>
<entry>
<title>buffer: speed up ascii character scanning</title>
<updated>2013-03-08T22:42:15+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2012-12-06T04:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=e325ace53c83a89c94b24247c810ccdfa46f35df'/>
<id>e325ace53c83a89c94b24247c810ccdfa46f35df</id>
<content type='text'>
Speed up ASCII character scanning and conversion by 25% to 30% by scanning and
converting whole words instead of individual bytes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Speed up ASCII character scanning and conversion by 25% to 30% by scanning and
converting whole words instead of individual bytes.
</pre>
</div>
</content>
</entry>
<entry>
<title>cares: Set process._errno, not global.errno</title>
<updated>2013-03-06T10:10:10+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2013-03-06T09:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=74784b63d627d3988234399de074d3bee5bf23f6'/>
<id>74784b63d627d3988234399de074d3bee5bf23f6</id>
<content type='text'>
This makes test-internet pass
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes test-internet pass
</pre>
</div>
</content>
</entry>
<entry>
<title>src, test: downgrade to v8 3.14 api</title>
<updated>2013-02-25T22:45:02+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-02-25T22:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=51f6e6a9b39c15fcfd34976005fc8496430545e1'/>
<id>51f6e6a9b39c15fcfd34976005fc8496430545e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>node: don't malloc in FromConstructorTemplate</title>
<updated>2013-02-11T16:30:06+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-02-11T16:30:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=aff8d9e716a1953ed1526b3f8ce8455850f780da'/>
<id>aff8d9e716a1953ed1526b3f8ce8455850f780da</id>
<content type='text'>
* allocate space for argv on the stack
* move the declaration to node_internals.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* allocate space for argv on the stack
* move the declaration to node_internals.h
</pre>
</div>
</content>
</entry>
<entry>
<title>src: make node_isolate global</title>
<updated>2013-01-07T16:39:57+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-01-06T22:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=5d0816bf3e5f29a470356eebc81f703047c0dd73'/>
<id>5d0816bf3e5f29a470356eebc81f703047c0dd73</id>
<content type='text'>
V8 3.15 has new API functions that let you specify the Isolate. V8 and
node.js generally spend 0.5-3.5% of the time in pthread_getspecific(),
looking up the current Isolate. Avoid that overhead by making "our"
isolate global so we can pass it around. The change to the new API is
introduced in follow-up commits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
V8 3.15 has new API functions that let you specify the Isolate. V8 and
node.js generally spend 0.5-3.5% of the time in pthread_getspecific(),
looking up the current Isolate. Avoid that overhead by making "our"
isolate global so we can pass it around. The change to the new API is
introduced in follow-up commits.
</pre>
</div>
</content>
</entry>
<entry>
<title>bindings: update to new v8 apis</title>
<updated>2013-01-02T08:13:46+00:00</updated>
<author>
<name>Fedor Indutny</name>
<email>fedor.indutny@gmail.com</email>
</author>
<published>2013-01-01T12:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=5e57bcc3cee41a666f05e5e4ffd1b76e18b66282'/>
<id>5e57bcc3cee41a666f05e5e4ffd1b76e18b66282</id>
<content type='text'>
GetPointerFromInternalField() is deprecated now, we should use
GetAlignedPointerFromInternalField().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GetPointerFromInternalField() is deprecated now, we should use
GetAlignedPointerFromInternalField().
</pre>
</div>
</content>
</entry>
<entry>
<title>Externalize node::no_deprecation</title>
<updated>2012-06-21T20:55:40+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2012-06-21T20:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=8988af58f4126783eabaacfcaf6d158cf92b8d99'/>
<id>8988af58f4126783eabaacfcaf6d158cf92b8d99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply --no-deprecation to C++ warnings as well</title>
<updated>2012-06-21T19:29:33+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2012-06-21T19:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=48c3d2004180dda8d0d32386299dd918a0804389'/>
<id>48c3d2004180dda8d0d32386299dd918a0804389</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make UNWRAP macro generic.</title>
<updated>2012-05-21T21:29:06+00:00</updated>
<author>
<name>Oleg Efimov</name>
<email>efimovov@gmail.com</email>
</author>
<published>2012-05-21T17:09:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=45de259b436ab1bbeb15d7f582f29e795f162202'/>
<id>45de259b436ab1bbeb15d7f582f29e795f162202</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>node: provide snprintf implementation on windows</title>
<updated>2012-03-31T23:17:25+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2012-03-31T23:15:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=a4a04f932ed99a8195f6d44227b1e89f5b9ea381'/>
<id>a4a04f932ed99a8195f6d44227b1e89f5b9ea381</id>
<content type='text'>
_snprintf() doesn't zero-terminate the buffer on overflow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_snprintf() doesn't zero-terminate the buffer on overflow.
</pre>
</div>
</content>
</entry>
</feed>
