Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 1630)

Ticket Resolution Summary Owner Reporter
#105 fixed remove "benchmark" mode, replace with -O5 felix winkelmann
Description

Benchmark mode is somewhat silly and also defaults to fixnum mode, which is not always desired. Replace with a new optimize-level (5) that uses non-safe code and libraries and optimizes for maximum performance (but doesn't change number-type).

See commit a8438327a114280f333d0ea97ed2e8665cb262e4

#106 fixed allows using config file for make(1) variables felix winkelmann
Description

Currently quite a number of variables must be passed to make(1) to configure the build properly. Optionally allow putting those into a different makefile and use it by invoking make(1) like this:

% make CONFIG=config.mk

See commit c8e248a2a6b8258c51d2f8f994507c6d6c573e09

#107 fixed non-atomic expressions in operator position are suboptimally handled felix winkelmann
Description

Expressions in operator position of procedure calls should be simplified to (possibly temporary) variables to make it easier for the later analysis pass to figure out whether the operator is known. This is done for lambda expressions but not for other non-atomic expressions. This should be generalized by always introducing a temporary.

See commit fb0304220af9473b18e238dbecf88bac25491f27

Note: See TracQuery for help on using queries.