summaryrefslogtreecommitdiff
path: root/deps/v8/src
Commit message (Collapse)AuthorAgeFilesLines
* Roll V8 back to 3.10.8.13isaacs2012-06-07139-5538/+3738
|
* v8: debug: fix error handling in SendConnectMessage()Ben Noordhuis2012-06-011-13/+13
| | | | | | The old error handling code checked if the return value of Socket::Send() != 0, which is wrong because Socket::Send() can write less bytes than requested or return -1 on error.
* Upgrade v8 to 3.11.7isaacs2012-06-01129-2750/+3892
|
* Patches floating on V8isaacs2012-05-162-18/+44
|
* Upgrade V8 to 3.11.1isaacs2012-05-16198-6123/+11120
|
* Force inlining CopyChars and String::Get.yangguo@chromium.org2012-05-093-4/+10
| | | | | | | | | BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10332054 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11527 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
* v8: posix: try to send() whole bufferBen Noordhuis2012-04-241-6/+15
| | | | Retry the send() syscall after a partial write.
* v8: posix: handle EINTR in socket functionsBen Noordhuis2012-04-241-4/+21
| | | | | The socket functions did not handle EINTR (syscall interrupted by signal) which tripped up the debug agent.
* v8: debug: fix error handling in SendConnectMessage()Ben Noordhuis2012-04-241-13/+13
| | | | | | The old error handling code checked if the return value of Socket::Send() != 0, which is wrong because Socket::Send() can write less bytes than requested or return -1 on error.
* Upgrade V8 to 3.9.24.9isaacs2012-04-186-8/+50
|
* Upgrade V8 to 3.9.24.7isaacs2012-03-292-21/+38
|
* Upgrade V8 to 3.9.24.6isaacs2012-03-28159-2091/+4405
|
* v8: Fix missing initialization of mark-compact flags.mstarzinger@chromium.org2012-03-281-0/+2
| | | | | | | | R=svenpanne@chromium.org Review URL: https://chromiumcodereview.appspot.com/9662056 Cherry-pick of https://v8.googlecode.com/svn/branches/bleeding_edge@11006
* Upgrade v8 to 3.9.17isaacs2012-03-12147-4369/+8812
|
* Upgrade v8 to 3.9.11isaacs2012-02-2763-764/+1106
|
* Update v8 to 3.9.9isaacs2012-02-27131-2463/+5627
|
* Fix linker error on some gcc version on osxFedor Indutny2012-02-141-0/+3
| | | | * See: http://codereview.chromium.org/9382033/
* Upgrade V8 to 3.9.5isaacs2012-02-1391-2229/+3013
|
* Upgrade V8 to 3.9.2isaacs2012-02-06110-1668/+3154
|
* Update v8 to 3.8.9isaacs2012-01-3175-940/+1787
|
* Upgrade V8 to 3.8.8isaacs2012-01-23129-3908/+1598
|
* v8: implement VirtualMemory class on SunOSBen Noordhuis2012-01-191-15/+126
| | | | Unbreaks build on SunOS. Re-applies 4908e5bf7a9c8014eefcf344e958bf0dad95d907.
* Upgrade V8 to 3.8.6Ryan Dahl2012-01-16153-1571/+2689
|
* Upgrade V8 to 3.8.5Ryan Dahl2012-01-0636-201/+565
|
* Upgrade V8 to 3.8.4Ryan Dahl2012-01-0314-59/+220
|
* Upgrade V8 to 3.8.3Ryan Dahl2011-12-2825-86/+127
|
* Upgrade V8 to 3.8.2.1Ryan Dahl2011-12-231-1/+1
|
* Upgrade V8 to 3.8.2Ryan Dahl2011-12-2118-92/+132
|
* Upgrade V8 to 3.8.1Ryan Dahl2011-12-1942-966/+1160
|
* Upgrade V8 to 3.8.0Ryan Dahl2011-12-14108-2135/+4095
|
* Upgrade V8 to 3.7.12Ryan Dahl2011-12-05282-31250/+59518
|
* Upgrade V8 to 3.6.6.8Ryan Dahl2011-11-142-2/+7
|
* Upgrade V8 to 3.6.6.7Ryan Dahl2011-11-083-8/+8
|
* Downgrade V8 to 3.6.4Ryan Dahl2011-11-03217-27757/+15287
|
* v8: fix freebsd build, implement VirtualMemory classBen Noordhuis2011-11-031-13/+95
|
* Revert "Upgrade V8 to 3.7.1"Ben Noordhuis2011-11-02174-11043/+6076
| | | | | | | | | | | | This reverts commit 92f5a5d3caf01f382f90c235e9057590a5e76870. V8 3.7.1 in debug mode on ia32 has a curious race-like bug where an fs.Stats object is not fully formed until some time after it's created. This is easy to demonstrate by running `make test-debug`. V8 3.7.0 does not exhibit this behaviour so back we go. Fixes #1981.
* v8: implement VirtualMemory class on SunOSBen Noordhuis2011-10-271-15/+126
| | | | Unbreaks build on SunOS. Re-applies 4908e5bf7a9c8014eefcf344e958bf0dad95d907.
* Upgrade V8 to 3.7.1Ryan Dahl2011-10-27175-6202/+11058
|
* v8: implement VirtualMemory class on SunOSBen Noordhuis2011-10-141-15/+126
| | | | Unbreaks build on SunOS. Un-reverts 9bbca99107652906a060679ee95bf1ad7381cbb5.
* Upgrade V8 to 3.7.0Ryan Dahl2011-10-13216-15248/+27570
|
* Revert "v8: implement VirtualMemory class on SunOS"Ryan Dahl2011-10-101-126/+15
| | | | This reverts commit 9bbca99107652906a060679ee95bf1ad7381cbb5.
* Revert "Upgrade V8 to 3.6.6"Ryan Dahl2011-10-10201-24896/+14312
| | | | | | | | Not stable enough. - Windows snapshot linking broken - Linux crash on ./node_g test/simple/test-stream-pipe-multi.js This reverts commit 56e6952e639ba1557a5b22333788583e9e39fa29.
* v8: implement VirtualMemory class on SunOSBen Noordhuis2011-10-101-15/+126
|
* Upgrade V8 to 3.6.6Ryan Dahl2011-10-10201-14312/+24896
|
* Upgrade V8 to 3.6.4Ryan Dahl2011-09-15170-1959/+2834
|
* Upgrade V8 to 3.6.2Ryan Dahl2011-09-0846-2745/+3157
|
* Upgrade V8 to 3.6.1Ryan Dahl2011-09-07102-2636/+3800
|
* Upgrade V8 to 3.5.9.1Ryan Dahl2011-08-2953-1403/+1488
|
* v8: remove unnecessary break-after-return in switch statementjkummerow@chromium.org2011-08-291-1/+0
| | | | | | | | BUG=v8:1642 Review URL: http://codereview.chromium.org/7781007 This is a back-port of upstream r9043. Fixes build on OS X 10.5.
* Upgrade V8 to 3.5.8Ryan Dahl2011-08-2636-392/+537
|