aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
Commit message (Collapse)AuthorAgeFilesLines
* INSTALL.md: Clarify --with-lg-vaddr.David Goldblatt2018-05-041-5/+4
| | | | | The current wording can be taken to imply that we return tagged pointers to the user, or otherwise rely on architectural support for them.
* configure: Add --with-lg-vaddr configure option.Christoph Muellner2018-05-041-0/+8
| | | | | | | | This patch allows to override the lg-vaddr values, which are defined by the build machine's CPUID information (x86_64) or default values (other architectures like aarch64). Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
* Remove documentation for --disable-thp which was removed.Qi Wang2018-05-031-5/+0
|
* Fix a typo in INSTALL.md.Qi Wang2018-05-021-1/+1
|
* Adding `install_lib_pc`Issam Maghni2018-04-221-0/+1
| | | Related to https://github.com/jemalloc/jemalloc/issues/974
* Add the --disable-initial-exec-tls configure option.David Goldblatt2018-04-171-0/+9
| | | | | | Right now we always make our TLS use the initial-exec model if the compiler supports it. This change allows configure-time disabling of this setting, which can be helpful when dynamically loading jemalloc is the only option.
* Add the --disable-thp option to support cross compiling.Jason Evans2017-05-301-1/+6
| | | | This resolves #669.
* Refactor *decay_time into *decay_ms.Jason Evans2017-05-181-1/+1
| | | | | | | | Support millisecond resolution for decay times. Among other use cases this makes it possible to specify a short initial dirty-->muzzy decay phase, followed by a longer muzzy-->clean decay phase. This resolves #812.
* Update and rename INSTALL to INSTALL.mdArkady Shapkin2017-05-111-0/+406