Michaël Zasso
2cc2951796
deps: update V8 to 5.1.281.69
Pick up the latest branch-head for V8 5.1. This branch brings in
improved language support and performance improvements. For full
details: http://v8project.blogspot.com/2016/04/v8-release-51.html
* Picks up the latest branch head for 5.1 [1]
* Edit v8 gitignore to allow trace_event copy
* Update V8 DEP trace_event as per deps/v8/DEPS [2]
[1] https://chromium.googlesource.com/v8/v8.git/+/dc81244
[2] https://chromium.googlesource.com/chromium/src/base/trace_event/common/+/c8c8665
PR-URL: https://github.com/nodejs/node/pull/7016
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
9 years ago
Michaël Zasso
d8011d1683
deps: upgrade V8 to 4.6.85.23
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>
9 years ago
Chris Dickinson
d58e780504
deps: update v8 to 4.3.61.21
* @indutny's SealHandleScope patch (484bebc38319fc7c622478037922ad73b2edcbf9)
has been cherry picked onto the top of V8 to make it compile.
* There's some test breakage in contextify.
* This was merged at the request of the TC.
PR-URL: https://github.com/iojs/io.js/pull/1632
10 years ago
Ben Noordhuis
5d1b6d3e0f
deps: upgrade v8 to 3.30.37
10 years ago
Fedor Indutny
6bcea4ff93
deps: update v8 to 3.29.93.1
10 years ago
Refael Ackermann
9116b240c9
deps: update v8 to 3.28.73
Reviewed-By: Fedor Indutny <fedor@indutny.com>
PR-URL: https://github.com/joyent/node/pull/8476
10 years ago
Refael Ackermann
939278ac05
deps: update v8 to 3.28.73
Reviewed-By: Fedor Indutny <fedor@indutny.com>
PR-URL: https://github.com/joyent/node/pull/8476
10 years ago
Ben Noordhuis
3a280b2034
deps: upgrade v8 to 3.26.33
Signed-off-by: Fedor Indutny <fedor@indutny.com>
11 years ago
Ben Noordhuis
67e078094b
deps: upgrade v8 to 3.25.30
11 years ago
Fedor Indutny
1c7bf245dc
deps: update v8 to 3.24.40
11 years ago
Ben Noordhuis
f230a1cf74
v8: upgrade to 3.22.24
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.
11 years ago
Timothy J Fontaine
a53c763c16
v8: upgrade 3.21.18.3
11 years ago
Ben Noordhuis
6dd78074a3
v8: upgrade to v3.19.13
12 years ago
Ben Noordhuis
7ee538ddfe
deps: upgrade v8 to 3.19.0
12 years ago
Ben Noordhuis
9f682265d6
deps: upgrade v8 to 3.18.0
12 years ago
Trevor Norris
83261e789e
deps: update v8 to 3.17.13
12 years ago
Ryan Dahl
b3a7de15b7
Upgrade V8 to 3.8.0
13 years ago
Ryan Dahl
21d081fd7f
Upgrade V8 to 3.7.12
13 years ago
Ryan Dahl
0e9c1ca673
Downgrade V8 to 3.6.4
13 years ago
Ryan Dahl
33b5f2f779
Upgrade V8 to 3.7.0
13 years ago
Ryan Dahl
3b1d656da5
Revert "Upgrade V8 to 3.6.6"
Not stable enough.
- Windows snapshot linking broken
- Linux crash on ./node_g test/simple/test-stream-pipe-multi.js
This reverts commit 56e6952e63
.
13 years ago
Ryan Dahl
56e6952e63
Upgrade V8 to 3.6.6
13 years ago
Ryan Dahl
e5564a3f29
Upgrade V8 to 3.4.10
14 years ago
Ryan Dahl
149562555c
Downgrade V8 to 3.1.8.25
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.
14 years ago
Ryan Dahl
33af2720f2
Upgrade V8 to 3.4.8
14 years ago
Ryan Dahl
550f73ae3e
Upgrade V8 to 3.1.5
14 years ago
Ryan Dahl
cf2e4f44af
Upgrade V8 to 3.0.8
14 years ago
Ryan Dahl
268bcbde7c
Upgrade V8 to 2.5.2
14 years ago
Ryan Dahl
c9627e0a0d
Upgrade V8 to 2.4.7
14 years ago
Ryan Dahl
4df999f85f
Revert "Upgrade V8 to 2.4.5"
This reverts commit e227441248
.
Build fails on mac
14 years ago
Ryan Dahl
e227441248
Upgrade V8 to 2.4.5
14 years ago
Ryan Dahl
91757fa840
Upgrade V8 to 2.3.8
15 years ago
Ryan Dahl
8e2530c320
Upgrade V8 to 2.2.24
15 years ago
Ryan Dahl
2c0d91be6c
Upgrade V8 to 2.2.19
15 years ago
Ryan Dahl
cd232a9cce
Upgrade V8 to 2.2.16
15 years ago
Ryan Dahl
2b34363d03
Upgrade V8 to 2.2.11
15 years ago
Ryan Dahl
2d7e86ef58
Upgrade V8 to 2.1.5
15 years ago
Ryan Dahl
073947c150
Upgrade V8 to 2.1.3
15 years ago
Ryan Dahl
c7cb4daa25
Upgrade V8 to 2.1.0
15 years ago
Ryan Dahl
e60d653a58
Upgrade V8 to 2.0.6.1
15 years ago
Ryan Dahl
728d8a37f4
Upgrade v8 to 2.0
(With just one change: remove -Werror)
15 years ago
Ryan Dahl
8e6d978bba
Upgrade v8 to 1.3.16
and apply my V8 patch for debugging.
15 years ago
Ryan
40c0f755c9
import full versions of dependency libraries!
16 years ago