Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Some packages come with alternate implementations for some functions and do benchmarking during compile time to decide which version to use.

This might be stable on one machine, but results will vary when building in VMs or across different types of machines.

Examples

  • autogen determines AG_TIMEOUT during build time.
  • ksh and graphviz determine _mmap_worthy during build time using benchmarks.