mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
.. | ||
.gitignore | ||
CMakeLists.txt | ||
fftpack.c | ||
fftpack.h | ||
Makefile | ||
myNotes.txt | ||
pffft.c | ||
pffft.h | ||
README_pffft.txt | ||
README.txt | ||
test_pffft_sandboxed.cc | ||
test_pffft.c |
Sandboxing PFFFT library Builder: CMake For testing: `cd build`, then `./pffft_sandboxed` For debug: `SAPI_VLOG_LEVEL=1 ./pffft_sandboxed --v=100 --sandbox2_danger_danger_permit_all_and_log <auxiliar file>` CMake observations: * linking pffft and fftpack (which contains necessary functions for pffft) * set math library Sandboxed main observations: * containing two testing parts (fft / pffft benchmarks) ! current stage: fft - works :) pffft - implemented * pffft benchmark bug: "Sandbox not active" => loop in pffft_transform for N = 64 (why?); N = 64, status OK, pffft_transform generates error N > 64, status not OK