Opened 6 years ago
Last modified 14 months ago
#1504 new enhancement
Eggs compiled with -O2
Reported by: | Mario Domenech Goulart | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.0.0 |
Component: | extensions | Version: | 5.0.0 |
Keywords: | -O2 | Cc: | |
Estimated difficulty: | medium |
Description
Some eggs are being compiled with -O2. Maybe their runtime performance can be improved by compiling them with -O3. Here's an initial list of the ones I observed being compiled with -O2:
- base64
- defstruct
- matchable
- memory-mapped-files
- posix-groups
- sendfile
- simple-md5
- simple-sha1
- srfi-18
- uri-common
Note: See
TracTickets for help on using
tickets.