gecko-dev/toolkit/modules/subprocess
Doug Thayer 038481f251 Bug 1362786 - (1) Increase subprocess BUFFER_SIZE r=kmag
While 4KiB is a decently sized buffer, bumping it to 32 on my
machine reduced the time for getSymbolsFromNM from 12s to 8s. If
32 is too large for the typical use of this, then we can instead
just parameterize this so that we can specify as large a buffer
as we want for our use case.

MozReview-Commit-ID: 3wGpHzQ9uZ5

--HG--
extra : rebase_source : d36d530dabed3b087c183408bcfbbea868bc85b0
2017-07-21 10:20:36 -07:00
..
docs Bug 1269501: Part 3 - Add new Subprocess IPC module. r=aswan r=mhowell rs=bsmedberg 2016-05-29 17:15:47 -07:00
test/xpcshell Bug 1383120 - Enable no-arbitrary-setTimeout eslint rule on xpcshell tests, r=mossop 2017-07-26 09:08:07 -04:00
.eslintrc.js Bug 1367232 - Clean up various ESLint global definitions in toolkit/. r=mossop 2017-05-19 09:22:48 +01:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
subprocess_common.jsm Bug 1362786 - (1) Increase subprocess BUFFER_SIZE r=kmag 2017-07-21 10:20:36 -07:00
subprocess_shared_unix.js Bug 1367232 - Clean up various ESLint global definitions in toolkit/. r=mossop 2017-05-19 09:22:48 +01:00
subprocess_shared_win.js Bug 1371548: Accept invalid stderr handles when spawning subprocesses. r=aswan 2017-06-10 16:35:14 -07:00
subprocess_shared.js Bug 1278733: Follow-up: Fix JSDoc errors in the subprocess module. r=bustage 2016-06-08 12:34:23 -07:00
subprocess_unix.jsm Bug 1367232 - Clean up various ESLint global definitions in toolkit/. r=mossop 2017-05-19 09:22:48 +01:00
subprocess_win.jsm Bug 1367232 - Clean up various ESLint global definitions in toolkit/. r=mossop 2017-05-19 09:22:48 +01:00
subprocess_worker_common.js Bug 1367232 - Clean up various ESLint global definitions in toolkit/. r=mossop 2017-05-19 09:22:48 +01:00
subprocess_worker_unix.js Bug 1370027: Part 1 - Cleanly handle a subprocess child being reaped by NSPR. r=aswan 2017-06-06 16:00:53 -07:00
subprocess_worker_win.js Bug 1338327 Handle .cmd files with spaces in subprocess r=kmag 2017-06-12 14:51:32 -07:00
Subprocess.jsm Bug 1352893: Handle non-UTF-8 data in Unix environment variables. r=mstange 2017-04-02 18:46:10 -07:00