summaryrefslogtreecommitdiff
path: root/deps/v8/src/d8-posix.cc
Commit message (Collapse)AuthorAgeFilesLines
* deps: update V8 to 6.7.288.43Michaël Zasso2018-06-011-8/+0
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/19989 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Myles Borins <myles.borins@gmail.com>
* deps: update V8 to 6.6.346.23Myles Borins2018-04-161-2/+2
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/19201 Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
* deps: update V8 to 6.5.254.31Michaël Zasso2018-03-071-7/+7
| | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/18453 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yang Guo <yangguo@chromium.org> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
* deps: update V8 to 6.4.388.40Michaël Zasso2018-01-241-26/+23
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/17489 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
* deps: update V8 to 6.2.414.32Michaël Zasso2017-10-181-12/+117
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/15362 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
* deps: update V8 to 5.6.326.55Michaël Zasso2017-02-221-0/+8
| | | | | PR-URL: https://github.com/nodejs/node/pull/10992 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
* deps: update V8 to 5.4.500.27Michaël Zasso2016-09-221-22/+6
| | | | | | | | | | | | | Pick up latest commit from the 5.4-lkgr branch. deps: edit V8 gitignore to allow trace event copy deps: update V8 trace event to 315bf1e2d45be7d53346c31cfcc37424a32c30c8 deps: edit V8 gitignore to allow gtest_prod.h copy deps: update V8 gtest to 6f8a66431cb592dad629028a50b3dd418a408c87 PR-URL: https://github.com/nodejs/node/pull/8317 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
* deps: upgrade V8 to 4.6.85.23Michaël Zasso2015-10-141-72/+137
| | | | | | PR-URL: https://github.com/nodejs/node/pull/3351 Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
* deps: update v8 to 4.4.63.9Ben Noordhuis2015-08-041-9/+9
| | | | | | | | | | | | | | | | | | | | Upgrade the bundled V8 and update code in src/ and lib/ to the new API. Notable backwards incompatible changes are the removal of the smalloc module and dropped support for CESU-8 decoding. CESU-8 support can be brought back if necessary by doing UTF-8 decoding ourselves. This commit includes https://codereview.chromium.org/1192973004 to fix a build error on python 2.6 systems. The original commit log follows: Use optparse in js2c.py for python compatibility Without this change, V8 won't build on RHEL/CentOS 6 because the distro python is too old to know about the argparse module. PR-URL: https://github.com/nodejs/io.js/pull/2022 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
* deps: update v8 to 3.29.93.1Fedor Indutny2014-10-101-3/+14
|
* deps: update v8 to 3.28.73Refael Ackermann2014-10-081-18/+15
| | | | | Reviewed-By: Fedor Indutny <fedor@indutny.com> PR-URL: https://github.com/joyent/node/pull/8476
* deps: upgrade v8 to 3.26.33Ben Noordhuis2014-06-121-25/+2
| | | | Signed-off-by: Fedor Indutny <fedor@indutny.com>
* deps: update v8 to 3.24.40Fedor Indutny2014-03-131-69/+98
|
* v8: upgrade to 3.22.24Ben Noordhuis2013-11-111-22/+29
| | | | | | | | | This commit removes the simple/test-event-emitter-memory-leak test for being unreliable with the new garbage collector: the memory pressure exerted by the test case is too low for the garbage collector to kick in. It can be made to work again by limiting the heap size with the --max_old_space_size=x flag but that won't be very reliable across platforms and architectures.
* v8: upgrade to v3.19.13Ben Noordhuis2013-06-111-40/+57
|
* deps: update v8 to 3.17.13Trevor Norris2013-03-201-1/+1
|
* Upgrade V8 to 3.8.5Ryan Dahl2012-01-061-1/+2
|
* Upgrade V8 to 3.6.4Ryan Dahl2011-09-151-0/+1
|
* Upgrade V8 to 3.4.10Ryan Dahl2011-07-081-10/+3
|
* Downgrade V8 to 3.1.8.25Ryan Dahl2011-07-051-3/+10
| | | | | | There are serious performance regressions both in V8 and our own legacy networking stack. Until we correct our own problems we are going back to the old V8.
* Upgrade V8 to 3.4.8Ryan Dahl2011-06-291-10/+3
|
* Upgrade V8 to 2.2.3.1Ryan Dahl2010-04-141-0/+18
|
* Upgrade v8 to 1.3.16Ryan Dahl2009-10-161-1/+1
| | | | and apply my V8 patch for debugging.
* Upgrade V8 to 1.2.14Ryan2009-07-201-1/+5
|
* Upgrade to v8 1.2.7Ryan2009-06-081-1/+4
|
* import full versions of dependency libraries!Ryan2009-04-221-0/+668
|
* BROKEN COMMIT: removing git submodulesRyan2009-04-221-0/+0
|
* add dependencies: libeio, libev, v8Ryan2009-04-031-0/+0