Summary
Eggs compiled with -O2
Metadata
- Id: 7107699a2aca3f678456963687ee10ddbe2e6afe
- Trac id: 1504
- Type: enhancement
- Reporter: mario
- Owner:
- Cc:
- Status: new
- Component: extensions
- Estimated difficulty: medium
- Resolution:
- Priority: major
- Milestone: 6.0.0
- Version: 5.0.0
- Changetime: 2023-11-06 23:36:29 UTC
- Created: 2018-08-11 11:49:56 UTC
- Keywords: -O2
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