Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-11src: munmap(2) upon class instance destructorGabriel Schulhof
2020-03-30src: unify Linux and FreeBSD large pages implemGabriel Schulhof
2020-03-30src: simplify large pages mapping codeGabriel Schulhof
2020-03-24src: add debug option to report large page statsGabriel Schulhof
2020-03-24src: find .text section using dl_iterate_phdrGabriel Schulhof
2020-03-05src: start the .text section with an asm symbolGabriel Schulhof
2020-02-27src: include large pages source unconditionallyGabriel Schulhof
2020-02-17src: use __executable_start for linux hugepagesBen Noordhuis
2020-02-17src: reduce large pages code duplicationGabriel Schulhof
2020-01-16src: clean up large_pages codeDenys Otrishko
2020-01-03src: make --use-largepages a runtime optionGabriel Schulhof
2019-11-17src: do not use `std::function` for `OnScopeLeave`Anna Henningsen
2019-10-23src: refine maps parsing for large pagesGabriel Schulhof
2019-10-12src: fix largepages regressionGabriel Schulhof
2019-08-20src: add large page support for macOSDavid Carlier
2019-08-20build: enable linux large pages LLVM lld linkage supportDavid Carlier
2019-07-31src: large pages fix FreeBSD fix region sizeDavid Carlier
2019-07-30src: readlink("/proc/self/exe") -> uv_exename()Ben Noordhuis
2019-07-16src: large pages option: FreeBSD support proposalDavid Carlier
2019-04-26src: apply clang-tidy modernize-deprecated-headers found by Jenkins CIgengjiawen
2019-03-12src: de-lint header usageRefael Ackermann
2018-11-01src: fix fully-static & large-pages combinationSuresh Srinivas
2018-10-19src: initial large page (2M) supportSuresh Srinivas