summaryrefslogtreecommitdiff
path: root/deps/v8/src/platform-posix.cc
Commit message (Collapse)AuthorAgeFilesLines
* deps: upgrade v8 to 3.25.30Ben Noordhuis2014-04-021-9/+34
|
* deps: update v8 to 3.24.35.17Fedor Indutny2014-03-181-2/+0
|
* deps: update v8 to 3.24.40Fedor Indutny2014-03-131-32/+39
|
* v8: upgrade to 3.22.24Ben Noordhuis2013-11-111-2/+42
| | | | | | | | | 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 3.21.18.3Timothy J Fontaine2013-10-231-266/+7
|
* v8: upgrade to v8 3.20.9Ben Noordhuis2013-07-291-6/+332
|
* v8: reapply floating patchesBen Noordhuis2013-07-221-1/+16
|
* v8: upgrade to v8 3.20.7Trevor Norris2013-07-221-17/+87
|
* v8: reapply floating patchesBen Noordhuis2013-07-061-1/+16
|
* v8: upgrade to v3.20.2Ben Noordhuis2013-07-061-19/+4
|
* v8: reapply floating patchesBen Noordhuis2013-06-111-1/+16
|
* v8: upgrade to v3.19.13Ben Noordhuis2013-06-111-16/+1
|
* v8: reapply floating patchesBen Noordhuis2013-05-221-1/+16
|
* v8: upgrade to v3.19.3Trevor Norris2013-05-221-16/+1
|
* v8: reapply floating patchesBen Noordhuis2013-05-131-1/+16
|
* deps: upgrade v8 to 3.19.0Ben Noordhuis2013-05-131-16/+1
|
* v8: reapply floating patchesBen Noordhuis2013-04-291-1/+16
|
* deps: upgrade v8 to 3.18.4Ben Noordhuis2013-04-291-17/+3
|
* v8: reapply floating patchesBen Noordhuis2013-04-191-1/+16
|
* V8: Upgrade to 3.18.1isaacs2013-04-191-16/+1
|
* v8: reapply floating patchesBen Noordhuis2013-04-171-1/+16
|
* deps: upgrade v8 to 3.18.0Ben Noordhuis2013-04-171-25/+23
|
* v8: reapply floating patchesBen Noordhuis2013-04-081-1/+16
|
* v8: upgrade to 3.17.16Ben Noordhuis2013-04-081-16/+1
|
* Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-03-211-8/+14
|\ | | | | | | | | | | Conflicts: src/node.cc src/node_version.h
| * v8: move 32 bit heap hint on sunosTimothy J Fontaine2013-03-151-8/+14
| | | | | | | | | | | | | | Setting the V8 heap at or near 0x20000000 on 32bit sunos only allows 512 MB of heap space, instead on sunos move this to 0x80000000. Fixes #4010.
* | v8: loosen artificial mmap constraintBryan Cantrill2013-03-201-4/+13
| | | | | | | | Fixes #4010.
* | deps: update v8 to 3.17.13Trevor Norris2013-03-201-13/+13
|/
* V8: Reapply floating patchesisaacs2013-03-061-4/+13
|
* V8: Upgrade to 3.14.5.8isaacs2013-03-061-13/+4
|
* v8: reapply floating patchesBen Noordhuis2013-02-251-4/+13
| | | | | | | Reapply floating patches. Special mention: also reapplies 017009f but with the extra change of removing DescriptorArray::kTransitionsIndex from the postmortem metadata generator because said field no longer exists in V8 3.14.
* deps: downgrade v8 to 3.14.5Ben Noordhuis2013-02-251-22/+4
| | | | | V8 3.15 and newer have stability and performance issues. Roll back to a known-good version.
* V8: Reapply floating patchesisaacs2013-02-081-4/+13
|
* V8: Upgrade to 3.15.11.15isaacs2013-02-081-13/+4
|
* v8: loosen artificial mmap constraintBryan Cantrill2013-02-061-4/+13
| | | | Fixes #4010.
* deps: update v8 to 3.15.11Fedor Indutny2013-01-011-13/+13
|
* V8: Reapply patchesisaacs2012-10-231-4/+13
|
* V8: Upgrade to 3.13.7.4isaacs2012-10-231-13/+4
|
* v8: loosen artificial mmap constraintBryan Cantrill2012-09-221-4/+13
| | | | Fixes #4010.
* V8: Upgrade to 3.13.7.1isaacs2012-09-211-0/+5
|
* v8: upgrade to v3.11.10Bert Belder2012-06-141-25/+40
|
* Roll V8 back to 3.9.24.31isaacs2012-06-091-12/+18
|
* Roll V8 back to 3.10.8.13isaacs2012-06-071-28/+7
|
* Upgrade v8 to 3.11.7isaacs2012-06-011-19/+14
|
* Patches floating on V8isaacs2012-05-161-5/+31
|
* Upgrade V8 to 3.11.1isaacs2012-05-161-43/+19
|
* 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.
* Upgrade V8 to 3.9.24.6isaacs2012-03-281-20/+18
|
* Upgrade v8 to 3.9.17isaacs2012-03-121-0/+24
|