summaryrefslogtreecommitdiff
path: root/deps
Commit message (Collapse)AuthorAgeFilesLines
* npm: upgrade to 1.1.41isaacs2012-07-13291-480/+7653
|
* build: disable unsafe optimizationsBen Noordhuis2012-07-121-4/+0
| | | | | | | | | | | | | | | | Compile at -O2 and disable optimizations that trigger gcc bugs. Some people still reported mksnapshot crashes after commit b40f813 ("build: fix spurious mksnapshot crashes for good" - so much for that). Average performance of the -O2 binary is on par with the -O3 binary. Variance on the http_simple bytes/8 benchmark appears to be slightly greater but small enough that the possibly of it being noise cannot be excluded. The new binary very slightly but consistently outperforms the -O3 binary (by about 0.5%) on the mostly CPU-bound bytes/102400 benchmark. That could be an artifact of the system I benchmarked it on, a Core 2 Duo with a puny 32 kB of L1 instruction cache. The smaller binary seems to play nicer with the cache.
* v8: reapply floating patchesBert Belder2012-07-071-4/+3
|
* v8: Upgrade to 3.11.10.14isaacs2012-07-077-28/+93
|
* npm: Upgrade to 1.1.36isaacs2012-07-07202-273/+691
|
* deps: upgrade libuv to be09be7Ben Noordhuis2012-07-042-2/+2
|
* deps: upgrade libuv to 5031a5bBen Noordhuis2012-07-033-2/+4
|
* deps: upgrade libuv to cc1b3deBen Noordhuis2012-07-024-20/+4
|
* deps: upgrade libuv to 3b8c0daBen Noordhuis2012-06-307-145/+233
|
* uv: upgrade to 5b8a112isaacs2012-06-283-7/+30
|
* npm: Upgrade to 1.1.33isaacs2012-06-28131-244/+1538
| | | | | | | 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
* uv: upgrade to 4a88b3bBert Belder2012-06-283-147/+169
|
* deps: upgrade libuv to 4d42af2Ben Noordhuis2012-06-266-52/+36
|
* v8: reapply floating patchesBert Belder2012-06-261-4/+3
|
* v8: upgrade to version 3.11.10.12Bert Belder2012-06-265-10/+84
|
* Merge branch 'v0.8.0-release' into v0.8isaacs2012-06-25104-108/+130
|\
| * Hotfix for #3528 Add strdup in uv_cpu_infoisaacs2012-06-251-1/+1
| |
| * npm: Upgrade to 1.1.32isaacs2012-06-2298-101/+102
| |
| * npm: Upgrade to 1.1.31isaacs2012-06-22102-105/+126
| |
* | uv: upgrade to 0387c23Bert Belder2012-06-222-57/+130
|/
* uv: Upgrade to 171e2f71b9isaacs2012-06-227-28/+175
|
* uv: upgrade to da59427Bert Belder2012-06-214-23/+24
|
* v8: fix postmortem debugging tools buildFedor Indutny2012-06-211-2/+2
|
* v8: reapply floating patchesBert Belder2012-06-211-4/+3
|
* v8: upgrade to v3.11.10.10Bert Belder2012-06-2122-44/+182
|
* uv: upgrade to 6e8eb332Bert Belder2012-06-201-17/+73
|
* uv: upgrade to b496c122Bert Belder2012-06-191-0/+1
|
* uv: upgrade to 67090653Bert Belder2012-06-191-6/+9
|
* npm: Upgrade to 1.1.30isaacs2012-06-19105-110/+160
|
* Fixing bugs in promotion of elements transitions (r1175). - Fixed invalid ↵verwaest@chromium.org2012-06-192-45/+68
| | | | | | | | 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
* Remove unused-but-set variable from objects.cc.jkummerow@chromium.org2012-06-191-2/+0
| | | | | | | | | | 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
* Revert part of 11727 as it sometimes tanked V8 benchmark (raytrace) ↵erik.corry@gmail.com2012-06-195-66/+14
| | | | | | 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
* MIPS: Fix packed-element.js test on ARM with no snapdanno@chromium.org2012-06-191-1/+2
| | | | | | | | | | | | 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
* npm: Upgrade to 1.1.29isaacs2012-06-18125-271/+623
|
* uv: Upgrade to 382f2a26isaacs2012-06-181-2/+7
|
* uv: upgrade to 61a6e06eFedor Indutny2012-06-1918-23/+497
|
* npm: Upgrade to 1.1.27isaacs2012-06-17141-485/+1620
| | | | | - severely enhanced 'npm init' - upgraded node-gyp
* Upgrade npm to 1.1.26isaacs2012-06-15182-2385/+1427
|
* Fix Kraken regression due to optimistic monomorphic element transitionsdanno@chromium.org2012-06-151-1/+1
| | | | | | | | 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
* Fix assertion for map code cache of shared maps.mstarzinger@chromium.org2012-06-152-1/+71
| | | | | | | | | 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
* uv: upgrade to b1649b6fBert Belder2012-06-141-12/+29
|
* v8: Replace 'echo -n' with 'echo' in build commandsisaacs2012-06-141-2/+2
|
* uv: upgrade to 5d5688f2Bert Belder2012-06-142-4/+2
|
* Remove faster ticks for debug mode.yangguo@chromium.org2012-06-144-10/+2
| | | | | | | | | | | 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
* Unbreak the snapshotted build on WindowsBert Belder2012-06-141-1/+0
| | | | | | | | | | | 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.
* v8: fix postmortem debugging tools buildFedor Indutny2012-06-141-2/+2
|
* v8: reapply floating patchesBert Belder2012-06-141-1/+1
| | | | | Note that 26f754d9 ('fix error handling in SendConnectMessage') is no longer necessary; it was properly fixed upstream in V8 r11609.
* Fix performance regression caused by r11202.mstarzinger@chromium.org2012-06-143-13/+70
| | | | | | | | | | 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
* v8: upgrade to v3.11.10Bert Belder2012-06-14373-11559/+36026
|
* uv: upgrade to 4d7f1e18Bert Belder2012-06-147-430/+571
|