Skip to content

In 14, performance dropped by 1/3, most likely due to vector operations.Β #23107

@solenopsys

Description

@solenopsys

Zig Version

0.14.0

Steps to Reproduce and Observed Behavior

Reproduce

git clone https://github.com/solenopsys/zig-pico
cd zig-pico

v 0.13 
zig run -O ReleaseFast src/request/bench.zig
Result: 5200000

v 0.14 
zig run -O ReleaseFast src/request/bench.zig
Result 3400000

Expected Behavior

Need same perfomance

Metadata

Metadata

Assignees

No one assigned

    Labels

    backend-llvmThe LLVM backend outputs an LLVM IR Module.optimizationregressionIt worked in a previous version of Zig, but stopped working.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions