Ben Noordhuis
4fbe7a5fab
deps: upgrade libuv to be09be7
2012-07-04 14:08:07 +02:00
Ben Noordhuis
5da78905a6
deps: upgrade libuv to 5031a5b
2012-07-03 20:56:26 +02:00
Ben Noordhuis
a25a27817f
deps: upgrade libuv to cc1b3de
2012-07-02 00:07:11 +02:00
Ben Noordhuis
7e5aeac28f
deps: upgrade libuv to 3b8c0da
2012-06-30 03:27:54 +02:00
isaacs
3644b0bc96
uv: upgrade to 5b8a112
2012-06-28 19:11:30 -07:00
isaacs
c721604d25
npm: Upgrade to 1.1.33
...
Support for parallel use of the cache folder
Retry on registry timeouts or network failures
Reduce 'engines' failures to a warning
Use new zsh completion if aviailable
2012-06-28 19:08:32 -07:00
Bert Belder
3ea2a618ad
uv: upgrade to 4a88b3b
2012-06-28 16:17:56 +02:00
Ben Noordhuis
1e50282ae8
deps: upgrade libuv to 4d42af2
2012-06-26 23:38:35 +02:00
Bert Belder
f60def5e9a
v8: reapply floating patches
2012-06-26 02:03:49 +02:00
Bert Belder
74872b0dc9
v8: upgrade to version 3.11.10.12
2012-06-26 02:03:24 +02:00
isaacs
5feea97b53
Merge branch 'v0.8.0-release' into v0.8
2012-06-25 07:57:45 -07:00
isaacs
9a7158de18
Hotfix for #3528 Add strdup in uv_cpu_info
2012-06-25 07:37:19 -07:00
isaacs
38250f6403
npm: Upgrade to 1.1.32
2012-06-22 15:14:12 -07:00
Bert Belder
1b114162ab
uv: upgrade to 0387c23
2012-06-22 20:53:04 +02:00
isaacs
91835966eb
npm: Upgrade to 1.1.31
2012-06-22 07:45:21 -07:00
isaacs
5565366a33
uv: Upgrade to 171e2f71b9
2012-06-22 07:44:40 -07:00
Bert Belder
ae7a3cddae
uv: upgrade to da59427
2012-06-21 02:39:13 +02:00
Fedor Indutny
81a889fd88
v8: fix postmortem debugging tools build
2012-06-21 00:35:52 +02:00
Bert Belder
6b8ae8e66d
v8: reapply floating patches
2012-06-21 00:35:46 +02:00
Bert Belder
6b26583e84
v8: upgrade to v3.11.10.10
2012-06-21 00:33:44 +02:00
Bert Belder
7887e68ff7
uv: upgrade to 6e8eb332
2012-06-20 04:23:32 +02:00
Bert Belder
3f687dbddf
uv: upgrade to b496c122
2012-06-19 21:12:48 +02:00
Bert Belder
5e1d844f3d
uv: upgrade to 67090653
2012-06-19 20:48:02 +02:00
isaacs
6ba1c625cd
npm: Upgrade to 1.1.30
2012-06-19 09:53:26 -07:00
verwaest@chromium.org
8a6ef65c2c
Fixing bugs in promotion of elements transitions (r1175). - Fixed invalid memory access when reading enum-cache from descriptor array with elements transitions but 0 real descriptors. - Fixed infinite recursion in the intrusive map iterator when visiting elements transitions. - Properly cached non-fastmode elements transitions.
...
Review URL: https://chromiumcodereview.appspot.com/10565030
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11841 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-06-19 17:56:52 +02:00
jkummerow@chromium.org
7282ce9014
Remove unused-but-set variable from objects.cc.
...
This fixes compilation with newer GCCs.
R=erik.corry@gmail.com
Review URL: https://chromiumcodereview.appspot.com/10568006
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11838 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-06-19 17:56:51 +02:00
erik.corry@gmail.com
f94b85db83
Revert part of 11727 as it sometimes tanked V8 benchmark (raytrace) performance for reasons that are not obvious. Now we make objects into fast-case objects when they are made prototypes for other objects, but we do not mark objects that are already fast case with a bit that helps keep them in fast case. Review URL: https://chromiumcodereview.appspot.com/10556004
...
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11831 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-06-19 17:56:50 +02:00
danno@chromium.org
bf682afb98
MIPS: Fix packed-element.js test on ARM with no snap
...
Port r11826 (5be3568a)
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10559002
Patch from Akos Palfi <palfia@homejinni.com>.
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11840 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-06-19 17:56:49 +02:00
isaacs
edb62dd902
npm: Upgrade to 1.1.29
2012-06-18 18:08:48 -07:00
isaacs
d0111aa0c4
uv: Upgrade to 382f2a26
2012-06-18 14:51:41 -07:00
Fedor Indutny
057b80611f
uv: upgrade to 61a6e06e
2012-06-19 01:03:11 +04:00
isaacs
b0b707cb6e
npm: Upgrade to 1.1.27
...
- severely enhanced 'npm init'
- upgraded node-gyp
2012-06-17 12:04:35 -07:00
isaacs
911b0fddd3
Upgrade npm to 1.1.26
2012-06-15 10:00:30 -07:00
danno@chromium.org
00247d53db
Fix Kraken regression due to optimistic monomorphic element transitions
...
R=jkummerow@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10539141
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11807 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-06-15 00:40:35 +02:00
mstarzinger@chromium.org
c231321cd3
Fix assertion for map code cache of shared maps.
...
R=danno@chromium.org
TEST=mjsunit/compare-known-objects-slow
Review URL: https://chromiumcodereview.appspot.com/10548046
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11815 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-06-15 00:35:37 +02:00
Bert Belder
7f896889ba
uv: upgrade to b1649b6f
2012-06-14 21:23:37 +02:00
isaacs
f70fa3bae6
v8: Replace 'echo -n' with 'echo' in build commands
2012-06-14 10:11:55 -07:00
Bert Belder
58b8b3fa07
uv: upgrade to 5d5688f2
2012-06-14 18:36:49 +02:00
yangguo@chromium.org
54b74b8e85
Remove faster ticks for debug mode.
...
This solves the problem that code runs very slow when the debugger is enabled.
BUG=v8:2179
TEST=
Review URL: https://chromiumcodereview.appspot.com/10544135
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11802 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-06-14 02:16:27 +02:00
Bert Belder
2701a6bd48
Unbreak the snapshotted build on Windows
...
The v8 team apparently decided that all build products should go
into ./build/«type», and updated their common.gypi file to do so.
Unfortunately v8's common.gypi is only used for some targets. All
the other targets would still look in the old place to find their
their dependencies, which effectively broke the build.
In the long run it would be good for node to send all build
output to ./build too, on all platforms.
2012-06-14 01:51:13 +02:00
Fedor Indutny
fac6c69456
v8: fix postmortem debugging tools build
2012-06-14 01:37:15 +02:00
Bert Belder
ac64c9e546
v8: reapply floating patches
...
Note that 26f754d9
('fix error handling in SendConnectMessage') is no
longer necessary; it was properly fixed upstream in V8 r11609.
2012-06-14 01:37:14 +02:00
mstarzinger@chromium.org
48893af7bb
Fix performance regression caused by r11202.
...
R=erik.corry@gmail.com
BUG=v8:2156,v8:2034
TEST=mjsunit/regress/regress-2156,mjsunit/regress/regress-2034
Review URL: https://chromiumcodereview.appspot.com/10539131
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11800 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-06-14 01:37:14 +02:00
Bert Belder
50464cd4f4
v8: upgrade to v3.11.10
2012-06-14 01:37:13 +02:00
Bert Belder
37d75ba241
uv: upgrade to 4d7f1e18
2012-06-14 01:27:31 +02:00
Bert Belder
e4f4c63370
uv: upgrade to 9f44b0e3
2012-06-13 01:35:51 +02:00
Bert Belder
a55faeac18
uv: upgrade to b7e150ee
2012-06-12 19:54:56 +02:00
Bert Belder
cbeeea62cf
Revert "uv: upgrade to b7e150ee"
...
Upgrade wasn't done correctly.
This reverts commit b615077bab
.
2012-06-12 19:52:38 +02:00
Bert Belder
b615077bab
uv: upgrade to b7e150ee
2012-06-12 17:06:54 +02:00
Bert Belder
2301eb69b1
v8: force inlining of v8::internal::DescriptorArray methods
2012-06-11 21:24:29 +02:00