<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_external_v8/Android.libv8.mk, branch stable/cm-11.0-XNG3C</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/'/>
<entry>
<title>Remove the unnecessary PRIVATE_CLEAN_FILES</title>
<updated>2013-03-23T01:54:46+00:00</updated>
<author>
<name>Ying Wang</name>
<email>wangying@google.com</email>
</author>
<published>2013-03-23T01:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=1af9b71e17f270a19572a9b8606a1ef93a55be6c'/>
<id>1af9b71e17f270a19572a9b8606a1ef93a55be6c</id>
<content type='text'>
If you want to clean those files, you should run "make
clean-mksnapshot.$(TARGET_ARCH)" instead.

Change-Id: I45a35903126225a54f8d942ed38c5cea70fd2664
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you want to clean those files, you should run "make
clean-mksnapshot.$(TARGET_ARCH)" instead.

Change-Id: I45a35903126225a54f8d942ed38c5cea70fd2664
</pre>
</div>
</content>
</entry>
<entry>
<title>Use target-specific PRIVATE_CLEAN_FILES</title>
<updated>2013-01-28T19:04:51+00:00</updated>
<author>
<name>Ying Wang</name>
<email>wangying@google.com</email>
</author>
<published>2013-01-28T19:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=eb8b6a4f5e8e39c8a9c3e4e19a558e52081dfd8a'/>
<id>eb8b6a4f5e8e39c8a9c3e4e19a558e52081dfd8a</id>
<content type='text'>
Change-Id: Idb8136a0dc887538e2ee857a60e60ab6aa358883
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Idb8136a0dc887538e2ee857a60e60ab6aa358883
</pre>
</div>
</content>
</entry>
<entry>
<title>V8: enable no-pic compiling option</title>
<updated>2012-08-14T14:13:41+00:00</updated>
<author>
<name>bxu10X</name>
<email>bxu10X@intel.com</email>
</author>
<published>2012-03-06T07:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=5516927b9231f622e1db0606ea876df4cefb9ce6'/>
<id>5516927b9231f622e1db0606ea876df4cefb9ce6</id>
<content type='text'>
This patch is to enable no-pic compiling option

PIC enables efficient code sharing between processes but increases overhead due
to
indirectly access global variables and functions. By enabling no-pic here,
we can get rid of indirect access calling __x86.get_pc_thunk.bx, while still
share
the library between processes, since zygote loads libwebcore, and all android
applications are forked from zygote and inherits its address space.

The patch takes effect together with the one enabling no-pic compiling option
in v8.
With them, we can see obvious performance improvement for browser workloads,
5%+ for HTML5-zoom and HTML5-animation, 6.6% for sunspider, and 9.1% for
pageloading

Note: This patch is related to a change in external/webkit

Change-Id: Ib055e70c2e0587ac66dcc29ccef8e455aa0b832e
Author: Bin Xu &lt;bxu10X@intel.com&gt;
Signed-off-by: Bin Xu &lt;bxu10X@intel.com&gt;
Singed-off-by: Shuo Gao &lt;shuo.gao@intel.com&gt;
Signed-off-by: Bruce Beare &lt;bruce.j.beare@intel.com&gt;
Signed-off-by: Jack Ren &lt;jack.ren@intel.com&gt;
Author-tracking-BZ: 26358
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch is to enable no-pic compiling option

PIC enables efficient code sharing between processes but increases overhead due
to
indirectly access global variables and functions. By enabling no-pic here,
we can get rid of indirect access calling __x86.get_pc_thunk.bx, while still
share
the library between processes, since zygote loads libwebcore, and all android
applications are forked from zygote and inherits its address space.

The patch takes effect together with the one enabling no-pic compiling option
in v8.
With them, we can see obvious performance improvement for browser workloads,
5%+ for HTML5-zoom and HTML5-animation, 6.6% for sunspider, and 9.1% for
pageloading

Note: This patch is related to a change in external/webkit

Change-Id: Ib055e70c2e0587ac66dcc29ccef8e455aa0b832e
Author: Bin Xu &lt;bxu10X@intel.com&gt;
Signed-off-by: Bin Xu &lt;bxu10X@intel.com&gt;
Singed-off-by: Shuo Gao &lt;shuo.gao@intel.com&gt;
Signed-off-by: Bruce Beare &lt;bruce.j.beare@intel.com&gt;
Signed-off-by: Jack Ren &lt;jack.ren@intel.com&gt;
Author-tracking-BZ: 26358
</pre>
</div>
</content>
</entry>
<entry>
<title>Add MIPS to v8 makefiles.</title>
<updated>2012-08-09T20:51:35+00:00</updated>
<author>
<name>Paul Lind</name>
<email>plind@mips.com</email>
</author>
<published>2012-08-02T00:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=6db049a1dc7dc1fc597acde780c5a87e2b9698e7'/>
<id>6db049a1dc7dc1fc597acde780c5a87e2b9698e7</id>
<content type='text'>
Provides Android build support for the working mips code already
in v8 3.9.x.

Change-Id: Id28d09a2a9f08535484fda9aabbb15b6a02690f2
Signed-off-by: Paul Lind &lt;plind@mips.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provides Android build support for the working mips code already
in v8 3.9.x.

Change-Id: Id28d09a2a9f08535484fda9aabbb15b6a02690f2
Signed-off-by: Paul Lind &lt;plind@mips.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>am d5ee4b89: Merge "Build a different mksnapshot for each arch."</title>
<updated>2012-05-01T05:54:32+00:00</updated>
<author>
<name>Jean-Baptiste Queru</name>
<email>jbq@google.com</email>
</author>
<published>2012-05-01T05:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=49d5c830434f71acbdddff1ac0985fa049efd5ee'/>
<id>49d5c830434f71acbdddff1ac0985fa049efd5ee</id>
<content type='text'>
* commit 'd5ee4b89f462d11f8027aba6409b41aa94a4056a':
  Build a different mksnapshot for each arch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit 'd5ee4b89f462d11f8027aba6409b41aa94a4056a':
  Build a different mksnapshot for each arch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build a different mksnapshot for each arch.</title>
<updated>2012-04-28T17:43:39+00:00</updated>
<author>
<name>Jean-Baptiste Queru</name>
<email>jbq@google.com</email>
</author>
<published>2012-04-28T17:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=68a13761e28d34f90fa0140363616dda73ad49de'/>
<id>68a13761e28d34f90fa0140363616dda73ad49de</id>
<content type='text'>
Since mksnapshot uses different source files for each
arch, building it in a single location fails when switching
between builds.

This uses a separate version for each arch, using the
same variable that is used to select which source files
get built.

Change-Id: I8608bf3b0f85571c75c7f6b21e47091ef8ed8c3f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since mksnapshot uses different source files for each
arch, building it in a single location fails when switching
between builds.

This uses a separate version for each arch, using the
same variable that is used to select which source files
get built.

Change-Id: I8608bf3b0f85571c75c7f6b21e47091ef8ed8c3f
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge V8 at 3.9.24.13</title>
<updated>2012-04-16T15:41:38+00:00</updated>
<author>
<name>Ben Murdoch</name>
<email>benm@google.com</email>
</author>
<published>2012-04-12T09:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=3ef787dbeca8a5fb1086949cda830dccee07bfbd'/>
<id>3ef787dbeca8a5fb1086949cda830dccee07bfbd</id>
<content type='text'>
Bug: 5688872
Change-Id: Id0aa8d23375030494d3189c31774059c0f5398fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 5688872
Change-Id: Id0aa8d23375030494d3189c31774059c0f5398fc
</pre>
</div>
</content>
</entry>
<entry>
<title>resolved conflicts for merge of f8d66dab to master</title>
<updated>2012-02-15T22:14:30+00:00</updated>
<author>
<name>Jean-Baptiste Queru</name>
<email>jbq@google.com</email>
</author>
<published>2012-02-15T22:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=eed066b7ac0df859a0144ddde604e99ebf95d4d6'/>
<id>eed066b7ac0df859a0144ddde604e99ebf95d4d6</id>
<content type='text'>
Change-Id: I66e6f68b1c5b5d1f0ad5347eabe8b99e6f9bad77
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I66e6f68b1c5b5d1f0ad5347eabe8b99e6f9bad77
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable x86 support</title>
<updated>2012-02-15T16:56:09+00:00</updated>
<author>
<name>Chih-Wei Huang</name>
<email>cwhuang@linux.org.tw</email>
</author>
<published>2012-01-05T07:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=351b9f793fda97d4d1c8eb905d40c27b3ee76925'/>
<id>351b9f793fda97d4d1c8eb905d40c27b3ee76925</id>
<content type='text'>
Change-Id: I6009002b3b9fdb4cf9e07272be6918f19400e51f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6009002b3b9fdb4cf9e07272be6918f19400e51f
</pre>
</div>
</content>
</entry>
<entry>
<title>am 1a88aea1: am b2f047a9: Merge changes Icc337d19,Ica9535de</title>
<updated>2012-02-13T22:42:47+00:00</updated>
<author>
<name>Jean-Baptiste Queru</name>
<email>jbq@google.com</email>
</author>
<published>2012-02-13T22:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_v8/commit/?id=c0da2aebebbad031964546f63a3434225b0c83ab'/>
<id>c0da2aebebbad031964546f63a3434225b0c83ab</id>
<content type='text'>
* commit '1a88aea1194987ce1bf166c664fd8b157eb5a5c1':
  Use stlport for libv8 and v8shell
  Fix v8shell to use liblog, rather than libcutils
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit '1a88aea1194987ce1bf166c664fd8b157eb5a5c1':
  Use stlport for libv8 and v8shell
  Fix v8shell to use liblog, rather than libcutils
</pre>
</div>
</content>
</entry>
</feed>
