Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/benchmarks/LibcMemoryBenchmark.cpp | ||
---|---|---|
85 | The error is here. It always should have been ParameterStorageBytes but we were using BufferSize. |
libc/benchmarks/LibcMemoryBenchmark.cpp | ||
---|---|---|
92 | The error message is not very useful. Maybe something along the lines of: We're splitting a buffer of the size of the L1 cache between a data buffer and a benchmark parameters buffer, so by construction the total shoul dnot exceed the size of the L1 cache |
libc/benchmarks/LibcMemoryBenchmark.cpp | ||
---|---|---|
92 | Much better, thx! |
The error is here. It always should have been ParameterStorageBytes but we were using BufferSize.