koffi 0.9.25 → 0.9.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -28
- package/benchmark/CMakeLists.txt +15 -4
- package/benchmark/atoi_cc.cc +6 -9
- package/benchmark/atoi_koffi.js +10 -9
- package/benchmark/atoi_napi.cc +15 -9
- package/benchmark/atoi_napi.js +9 -8
- package/benchmark/atoi_node_ffi.js +9 -9
- package/benchmark/raylib_cc.cc +7 -10
- package/benchmark/raylib_koffi.js +11 -10
- package/benchmark/raylib_node_ffi.js +11 -10
- package/package.json +7 -5
- package/src/call_arm32.cc +2 -2
- package/src/call_arm32_fwd.S +12 -12
- package/src/ffi.cc +1 -1
- package/src/util.cc +20 -5
- package/src/util.hh +5 -3
- package/test/CMakeLists.txt +115 -0
- package/test/registry/machines.json +10 -30
- package/test/tests/misc.js +1 -1
- package/test/tests/raylib.js +1 -1
- package/test/tests/sqlite.js +1 -1
- package/vendor/sqlite3/shell.c +31 -22
- package/vendor/sqlite3/sqlite3.c +329 -132
- package/vendor/sqlite3/sqlite3.h +10 -6
- package/benchmark/build/atoi_cc.exe +0 -0
- package/benchmark/build/atoi_napi.exp +0 -0
- package/benchmark/build/atoi_napi.lib +0 -0
- package/benchmark/build/atoi_napi.node +0 -0
- package/benchmark/build/koffi.exp +0 -0
- package/benchmark/build/koffi.lib +0 -0
- package/benchmark/build/koffi.node +0 -0
- package/benchmark/build/misc.dll +0 -0
- package/benchmark/build/misc.exp +0 -0
- package/benchmark/build/misc.lib +0 -0
- package/benchmark/build/raylib.dll +0 -0
- package/benchmark/build/raylib.exp +0 -0
- package/benchmark/build/raylib.lib +0 -0
- package/benchmark/build/raylib_cc.exe +0 -0
- package/benchmark/build/sqlite3.dll +0 -0
- package/benchmark/build/sqlite3.exp +0 -0
- package/benchmark/build/sqlite3.lib +0 -0
- package/benchmark/build/v16.14.0_x64/ALL_BUILD.vcxproj +0 -210
- package/benchmark/build/v16.14.0_x64/ALL_BUILD.vcxproj.filters +0 -8
- package/benchmark/build/v16.14.0_x64/CMakeCache.txt +0 -432
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeASMCompiler.cmake +0 -20
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeASM_MASMCompiler.cmake +0 -20
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeCCompiler.cmake +0 -72
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeCXXCompiler.cmake +0 -83
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeDetermineCompilerABI_C.bin +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeDetermineCompilerABI_CXX.bin +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeRCCompiler.cmake +0 -6
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeSystem.cmake +0 -15
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CMakeCCompilerId.c +0 -828
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CompilerIdC.exe +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CompilerIdC.vcxproj +0 -71
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CMakeCCompilerId.obj +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.exe.recipe +0 -11
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CompilerIdC.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -816
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CompilerIdCXX.exe +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CompilerIdCXX.vcxproj +0 -71
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CMakeCXXCompilerId.obj +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.exe.recipe +0 -11
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CompilerIdCXX.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/VCTargetsPath.txt +0 -1
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/VCTargetsPath.vcxproj +0 -31
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/x64/Debug/VCTargetsPath.recipe +0 -11
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/x64/Debug/VCTargetsPath.tlog/VCTargetsPath.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/CMakeFiles/36e230b47ae534539f2cb53bb38ac86d/generate.stamp.rule +0 -1
- package/benchmark/build/v16.14.0_x64/CMakeFiles/CMakeError.log +0 -108
- package/benchmark/build/v16.14.0_x64/CMakeFiles/CMakeOutput.log +0 -418
- package/benchmark/build/v16.14.0_x64/CMakeFiles/TargetDirectories.txt +0 -9
- package/benchmark/build/v16.14.0_x64/CMakeFiles/cmake.check_cache +0 -1
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp +0 -1
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp.depend +0 -27
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp.list +0 -3
- package/benchmark/build/v16.14.0_x64/FindCNoke.cmake +0 -23
- package/benchmark/build/v16.14.0_x64/ZERO_CHECK.vcxproj +0 -176
- package/benchmark/build/v16.14.0_x64/ZERO_CHECK.vcxproj.filters +0 -13
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.exe.recipe +0 -14
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.read.1.tlog +0 -26
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/atoi_cc.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.vcxproj +0 -352
- package/benchmark/build/v16.14.0_x64/atoi_cc.vcxproj.filters +0 -19
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.node.recipe +0 -14
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.read.1.tlog +0 -26
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/atoi_napi.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/atoi_napi.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/win_delay_hook.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.vcxproj +0 -357
- package/benchmark/build/v16.14.0_x64/atoi_napi.vcxproj.filters +0 -22
- package/benchmark/build/v16.14.0_x64/cmake_install.cmake +0 -51
- package/benchmark/build/v16.14.0_x64/headers/include/node/common.gypi +0 -627
- package/benchmark/build/v16.14.0_x64/headers/include/node/config.gypi +0 -346
- package/benchmark/build/v16.14.0_x64/headers/include/node/cppgc/common.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/js_native_api.h +0 -572
- package/benchmark/build/v16.14.0_x64/headers/include/node/js_native_api_types.h +0 -160
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/libplatform-export.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/libplatform.h +0 -117
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/v8-tracing.h +0 -334
- package/benchmark/build/v16.14.0_x64/headers/include/node/node.h +0 -1153
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_api.h +0 -275
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_api_types.h +0 -50
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_buffer.h +0 -92
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_object_wrap.h +0 -132
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_version.h +0 -98
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/aes.h +0 -92
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +0 -48
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +0 -197
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +0 -49
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +0 -197
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +0 -30
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +0 -46
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +0 -197
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +0 -47
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -197
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +0 -45
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +0 -16
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +0 -45
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +0 -45
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +0 -16
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +0 -206
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +0 -16
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +0 -23
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +0 -16
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +0 -23
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +0 -23
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +0 -16
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +0 -206
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +0 -35
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +0 -36
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +0 -26
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +0 -206
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +0 -38
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +0 -39
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +0 -27
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +0 -206
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +0 -47
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +0 -48
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +0 -206
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +0 -38
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +0 -39
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +0 -206
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +0 -46
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +0 -47
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +0 -206
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +0 -38
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +0 -39
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +0 -40
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +0 -42
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +0 -48
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +0 -49
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +0 -30
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +0 -37
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +0 -38
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +0 -40
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +0 -41
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +0 -40
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +0 -41
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +0 -46
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +0 -48
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +0 -46
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +0 -47
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +0 -43
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +0 -44
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +0 -35
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +0 -36
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +0 -42
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +0 -43
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +0 -47
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +0 -48
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +0 -46
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +0 -47
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1.h +0 -886
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1_mac.h +0 -10
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1err.h +0 -256
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1t.h +0 -945
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/async.h +0 -76
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asyncerr.h +0 -42
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bio.h +0 -801
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bioerr.h +0 -124
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/blowfish.h +0 -61
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn.h +0 -539
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf.h +0 -5
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf_asm.h +0 -59
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf_no-asm.h +0 -61
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bnerr.h +0 -100
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/buffer.h +0 -58
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/buffererr.h +0 -34
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/camellia.h +0 -83
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cast.h +0 -53
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cmac.h +0 -41
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cms.h +0 -339
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cmserr.h +0 -202
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/comp.h +0 -53
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/comperr.h +0 -44
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conf.h +0 -168
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conf_api.h +0 -40
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conferr.h +0 -76
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/crypto.h +0 -449
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cryptoerr.h +0 -57
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ct.h +0 -474
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cterr.h +0 -80
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/des.h +0 -174
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dh.h +0 -340
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dherr.h +0 -88
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dsa.h +0 -244
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dsaerr.h +0 -72
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf.h +0 -5
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf_asm.h +0 -59
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf_no-asm.h +0 -61
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dtls1.h +0 -55
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/e_os2.h +0 -301
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ebcdic.h +0 -33
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ec.h +0 -1484
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecdh.h +0 -10
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecdsa.h +0 -10
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecerr.h +0 -276
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/engine.h +0 -751
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/engineerr.h +0 -111
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/err.h +0 -274
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/evp.h +0 -1670
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/evperr.h +0 -204
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/hmac.h +0 -51
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/idea.h +0 -64
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/kdf.h +0 -97
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/kdferr.h +0 -55
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/lhash.h +0 -241
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md2.h +0 -44
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md4.h +0 -51
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md5.h +0 -50
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/mdc2.h +0 -42
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/modes.h +0 -208
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/obj_mac.h +0 -5198
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/objects.h +0 -175
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/objectserr.h +0 -42
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ocsp.h +0 -352
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ocsperr.h +0 -78
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf.h +0 -23
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf_asm.h +0 -140
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf_no-asm.h +0 -49
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslv.h +0 -101
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ossl_typ.h +0 -199
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pem.h +0 -378
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pem2.h +0 -13
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pemerr.h +0 -105
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs12.h +0 -223
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs12err.h +0 -81
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs7.h +0 -319
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs7err.h +0 -103
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rand.h +0 -77
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rand_drbg.h +0 -130
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/randerr.h +0 -94
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc2.h +0 -51
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc4.h +0 -36
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc5.h +0 -63
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ripemd.h +0 -47
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rsa.h +0 -513
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rsaerr.h +0 -167
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/safestack.h +0 -207
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/seed.h +0 -96
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/sha.h +0 -119
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/srp.h +0 -135
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/srtp.h +0 -50
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl.h +0 -2499
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl2.h +0 -24
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl3.h +0 -342
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/sslerr.h +0 -795
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/stack.h +0 -83
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/store.h +0 -266
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/storeerr.h +0 -91
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/symhacks.h +0 -37
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/tls1.h +0 -1241
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ts.h +0 -559
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/tserr.h +0 -132
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/txt_db.h +0 -57
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ui.h +0 -368
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/uierr.h +0 -65
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/whrlpool.h +0 -48
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509.h +0 -1050
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509_vfy.h +0 -632
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509err.h +0 -129
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509v3.h +0 -938
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509v3err.h +0 -164
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/aix.h +0 -32
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/android-ifaddrs.h +0 -54
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/bsd.h +0 -34
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/darwin.h +0 -61
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/errno.h +0 -460
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/linux.h +0 -34
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/os390.h +0 -33
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/posix.h +0 -31
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/stdint-msvc2008.h +0 -247
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/sunos.h +0 -44
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/threadpool.h +0 -37
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/tree.h +0 -768
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/unix.h +0 -505
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/version.h +0 -43
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/win.h +0 -698
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv.h +0 -1849
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-internal.h +0 -511
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-platform.h +0 -709
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-profiler.h +0 -1123
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-version.h +0 -20
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8.h +0 -12652
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8config.h +0 -560
- package/benchmark/build/v16.14.0_x64/headers/include/node/zconf.h +0 -549
- package/benchmark/build/v16.14.0_x64/headers/include/node/zlib.h +0 -1935
- package/benchmark/build/v16.14.0_x64/koffi/CMakeFiles/generate.stamp +0 -1
- package/benchmark/build/v16.14.0_x64/koffi/CMakeFiles/generate.stamp.depend +0 -7
- package/benchmark/build/v16.14.0_x64/koffi/cmake_install.cmake +0 -34
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_arm32.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_arm64.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_sysv.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_win.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_win_fwd.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x86.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/ffi.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.node.recipe +0 -14
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.read.1.tlog +0 -6
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/Masm.read.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/Masm.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/koffi.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/koffi.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/util.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/win_delay_hook.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.vcxproj +0 -368
- package/benchmark/build/v16.14.0_x64/koffi/koffi.vcxproj.filters +0 -43
- package/benchmark/build/v16.14.0_x64/koffi.sln +0 -138
- package/benchmark/build/v16.14.0_x64/node.lib +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/atoi_cc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.exe.recipe +0 -17
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.read.1.tlog +0 -26
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/raylib_cc.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/raylib_cc.vcxproj +0 -356
- package/benchmark/build/v16.14.0_x64/raylib_cc.vcxproj.filters +0 -19
- package/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp +0 -1
- package/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp.depend +0 -2
- package/benchmark/build/v16.14.0_x64/test/cmake_install.cmake +0 -34
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.dll.recipe +0 -14
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.read.1.tlog +0 -1
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/misc.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/misc.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.vcxproj +0 -339
- package/benchmark/build/v16.14.0_x64/test/misc.vcxproj.filters +0 -16
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raudio.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.dll.recipe +0 -14
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.read.1.tlog +0 -1
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/raylib.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/raylib.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rcore.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rglfw.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rmodels.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rshapes.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rtext.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rtextures.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/utils.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.vcxproj +0 -358
- package/benchmark/build/v16.14.0_x64/test/raylib.vcxproj.filters +0 -37
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.dll.recipe +0 -14
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.read.1.tlog +0 -1
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/sqlite3.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/sqlite3.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.vcxproj +0 -335
- package/benchmark/build/v16.14.0_x64/test/sqlite3.vcxproj.filters +0 -16
- package/benchmark/build/v16.14.0_x64/win_delay_hook.c +0 -34
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.recipe +0 -35
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/ALL_BUILD.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.read.1.tlog +0 -26
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.recipe +0 -11
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.read.1.tlog +0 -31
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.write.1.tlog +0 -4
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/ZERO_CHECK.lastbuildstate +0 -2
- package/benchmark/raylib.dll +0 -0
- package/benchmark/raylib_cc.exe +0 -0
package/README.md
CHANGED
|
@@ -261,84 +261,84 @@ At this stage, two benchmarks are implemented:
|
|
|
261
261
|
|
|
262
262
|
In order to run it, go to `koffi/benchmark` and run `../../cnoke/cnoke.js` (or `node ..\..\cnoke\cnoke.js` on Windows) before doing anything else.
|
|
263
263
|
|
|
264
|
-
Once this is done, you can execute each implementation, e.g. `build/atoi_cc
|
|
264
|
+
Once this is done, you can execute each implementation, e.g. `build/atoi_cc` or `./atoi_koffi.js`. You can optionally define a custom number of iterations, e.g. `./atoi_koffi.js 10000000`.
|
|
265
265
|
|
|
266
266
|
## atoi results
|
|
267
267
|
|
|
268
|
-
Here are some results from 2022-04-24 on my
|
|
268
|
+
Here are some results from 2022-04-24 on Linux on my machine (AMD® Ryzen™ 7 5800H 16G):
|
|
269
269
|
|
|
270
270
|
```sh
|
|
271
|
-
$ build/atoi_cc
|
|
271
|
+
$ build/atoi_cc
|
|
272
272
|
Iterations: 20000000
|
|
273
273
|
Time: 0.24s
|
|
274
274
|
|
|
275
|
-
$ ./atoi_napi.js
|
|
275
|
+
$ ./atoi_napi.js
|
|
276
276
|
Iterations: 20000000
|
|
277
|
-
Time: 1.
|
|
277
|
+
Time: 1.10s
|
|
278
278
|
|
|
279
|
-
$ ./atoi_koffi.js
|
|
279
|
+
$ ./atoi_koffi.js
|
|
280
280
|
Iterations: 20000000
|
|
281
|
-
Time:
|
|
281
|
+
Time: 1.91s
|
|
282
282
|
|
|
283
283
|
# Note: the Node-FFI version does a few setTimeout calls to force the GC to run (around 20
|
|
284
284
|
# for the example below), without which Node will consume all memory because the GC never appears
|
|
285
285
|
# to run, or not enough. It's not ideal but on the other hand it counts as another limitation
|
|
286
286
|
# to Node-FFI performance.
|
|
287
|
-
$ ./atoi_node_ffi.js
|
|
287
|
+
$ ./atoi_node_ffi.js
|
|
288
288
|
Iterations: 20000000
|
|
289
289
|
Time: 640.49s
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
And on
|
|
292
|
+
And on Windows on the same machine (AMD® Ryzen™ 7 5800H 16G):
|
|
293
293
|
|
|
294
294
|
```sh
|
|
295
|
-
$ build\atoi_cc.exe
|
|
295
|
+
$ build\atoi_cc.exe
|
|
296
296
|
Iterations: 20000000
|
|
297
|
-
Time: 0.
|
|
297
|
+
Time: 0.25s
|
|
298
298
|
|
|
299
|
-
$ node atoi_napi.js
|
|
299
|
+
$ node atoi_napi.js
|
|
300
300
|
Iterations: 20000000
|
|
301
|
-
Time:
|
|
301
|
+
Time: 1.94s
|
|
302
302
|
|
|
303
|
-
$ node atoi_koffi.js
|
|
303
|
+
$ node atoi_koffi.js
|
|
304
304
|
Iterations: 20000000
|
|
305
|
-
Time:
|
|
305
|
+
Time: 3.15s
|
|
306
306
|
|
|
307
|
-
$ node atoi_node_ffi.js
|
|
307
|
+
$ node atoi_node_ffi.js
|
|
308
308
|
Iterations: 20000000
|
|
309
|
-
Time:
|
|
309
|
+
Time: 267.20s
|
|
310
310
|
```
|
|
311
311
|
|
|
312
312
|
## Raylib results
|
|
313
313
|
|
|
314
|
-
Here are some results from 2022-04-24 on my
|
|
314
|
+
Here are some results from 2022-04-24 on Linux on my machine (AMD® Ryzen™ 7 5800H 16G):
|
|
315
315
|
|
|
316
316
|
```sh
|
|
317
|
-
$ build/raylib_cc
|
|
317
|
+
$ build/raylib_cc
|
|
318
318
|
Iterations: 100
|
|
319
319
|
Time: 4.14s
|
|
320
320
|
|
|
321
|
-
$ ./raylib_koffi.js
|
|
321
|
+
$ ./raylib_koffi.js
|
|
322
322
|
Iterations: 100
|
|
323
323
|
Time: 6.25s
|
|
324
324
|
|
|
325
|
-
$ ./raylib_node_ffi.js
|
|
325
|
+
$ ./raylib_node_ffi.js
|
|
326
326
|
Iterations: 100
|
|
327
327
|
Time: 27.13s
|
|
328
328
|
```
|
|
329
329
|
|
|
330
|
-
And on
|
|
330
|
+
And on Windows on the same machine (AMD® Ryzen™ 7 5800H 16G):
|
|
331
331
|
|
|
332
332
|
```sh
|
|
333
|
-
$ build\raylib_cc.exe
|
|
333
|
+
$ build\raylib_cc.exe
|
|
334
334
|
Iterations: 100
|
|
335
|
-
Time:
|
|
335
|
+
Time: 8.39s
|
|
336
336
|
|
|
337
|
-
$ node raylib_koffi.js
|
|
337
|
+
$ node raylib_koffi.js
|
|
338
338
|
Iterations: 100
|
|
339
|
-
Time:
|
|
339
|
+
Time: 11.51s
|
|
340
340
|
|
|
341
|
-
$ node raylib_node_ffi.js
|
|
341
|
+
$ node raylib_node_ffi.js
|
|
342
342
|
Iterations: 100
|
|
343
|
-
Time:
|
|
343
|
+
Time: 32.47s
|
|
344
344
|
```
|
package/benchmark/CMakeLists.txt
CHANGED
|
@@ -16,15 +16,21 @@ project(koffi C CXX ASM)
|
|
|
16
16
|
|
|
17
17
|
find_package(CNoke)
|
|
18
18
|
|
|
19
|
-
set(CMAKE_CXX_STANDARD
|
|
19
|
+
set(CMAKE_CXX_STANDARD 20)
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
|
22
|
+
find_package(Threads REQUIRED)
|
|
23
|
+
|
|
24
|
+
if(NOT TARGET koffi)
|
|
25
|
+
add_subdirectory(.. koffi)
|
|
26
|
+
endif()
|
|
22
27
|
add_subdirectory(../test test)
|
|
23
28
|
|
|
24
29
|
# ---- atoi ----
|
|
25
30
|
|
|
26
31
|
add_executable(atoi_cc atoi_cc.cc ../vendor/libcc/libcc.cc)
|
|
27
32
|
target_include_directories(atoi_cc PRIVATE ..)
|
|
33
|
+
target_link_libraries(atoi_cc PRIVATE Threads::Threads)
|
|
28
34
|
|
|
29
35
|
if(WIN32)
|
|
30
36
|
target_compile_definitions(atoi_cc PRIVATE _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_DEPRECATE)
|
|
@@ -33,19 +39,24 @@ endif()
|
|
|
33
39
|
|
|
34
40
|
add_node_addon(NAME atoi_napi SOURCES atoi_napi.cc ../vendor/libcc/libcc.cc)
|
|
35
41
|
target_include_directories(atoi_napi PRIVATE .. ../vendor/node-addon-api)
|
|
42
|
+
target_link_libraries(atoi_napi PRIVATE Threads::Threads)
|
|
36
43
|
|
|
37
44
|
if(WIN32)
|
|
38
45
|
target_compile_definitions(atoi_napi PRIVATE _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_DEPRECATE)
|
|
39
46
|
target_link_libraries(atoi_napi PRIVATE ws2_32)
|
|
47
|
+
else()
|
|
48
|
+
target_link_libraries(atoi_napi PRIVATE dl)
|
|
40
49
|
endif()
|
|
41
50
|
|
|
42
51
|
# ---- Raylib ----
|
|
43
52
|
|
|
44
|
-
add_executable(raylib_cc
|
|
53
|
+
add_executable(raylib_cc raylib_cc.cc ../vendor/libcc/libcc.cc)
|
|
45
54
|
target_include_directories(raylib_cc PRIVATE ..)
|
|
46
|
-
|
|
55
|
+
target_link_libraries(raylib_cc PRIVATE Threads::Threads raylib)
|
|
47
56
|
|
|
48
57
|
if(WIN32)
|
|
49
58
|
target_compile_definitions(raylib_cc PRIVATE _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_DEPRECATE)
|
|
50
59
|
target_link_libraries(raylib_cc PRIVATE ws2_32)
|
|
60
|
+
else()
|
|
61
|
+
target_link_libraries(raylib_cc PRIVATE dl)
|
|
51
62
|
endif()
|
package/benchmark/atoi_cc.cc
CHANGED
|
@@ -25,21 +25,18 @@ volatile uint64_t sum = 0;
|
|
|
25
25
|
|
|
26
26
|
int Main(int argc, char **argv)
|
|
27
27
|
{
|
|
28
|
-
|
|
29
|
-
LogError("Missing number of iterations");
|
|
30
|
-
LogInfo("Usage: atoi_cc <iterations>");
|
|
31
|
-
return 1;
|
|
32
|
-
}
|
|
28
|
+
int iterations = 20000000;
|
|
33
29
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
30
|
+
if (argc >= 2) {
|
|
31
|
+
if (!ParseInt(argv[1], &iterations))
|
|
32
|
+
return 1;
|
|
33
|
+
}
|
|
37
34
|
LogInfo("Iterations: %1", iterations);
|
|
38
35
|
|
|
39
36
|
int64_t start = GetMonotonicTime();
|
|
40
37
|
|
|
41
38
|
for (int i = 0; i < iterations; i++) {
|
|
42
|
-
sum
|
|
39
|
+
sum = sum + (uint64_t)atoi(strings[i % RG_LEN(strings)]);
|
|
43
40
|
}
|
|
44
41
|
|
|
45
42
|
// Help prevent optimisation of loop
|
package/benchmark/atoi_koffi.js
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// You should have received a copy of the GNU Affero General Public License
|
|
14
14
|
// along with this program. If not, see https://www.gnu.org/licenses/.
|
|
15
15
|
|
|
16
|
-
const koffi = require('
|
|
16
|
+
const koffi = require('./build/koffi.node');
|
|
17
17
|
|
|
18
18
|
const strings = [
|
|
19
19
|
'424242',
|
|
@@ -26,14 +26,15 @@ let sum = 0;
|
|
|
26
26
|
main();
|
|
27
27
|
|
|
28
28
|
function main() {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
29
|
+
let iterations = 20000000;
|
|
30
|
+
|
|
31
|
+
if (process.argv.length >= 3) {
|
|
32
|
+
iterations = parseInt(process.argv[2], 10);
|
|
33
|
+
if (Number.isNaN(iterations))
|
|
34
|
+
throw new Error('Not a valid number');
|
|
35
|
+
if (iterations < 1)
|
|
36
|
+
throw new Error('Value must be positive');
|
|
37
|
+
}
|
|
37
38
|
console.log('Iterations:', iterations);
|
|
38
39
|
|
|
39
40
|
let lib = koffi.load(process.platform == 'win32' ? 'msvcrt.dll' : null);
|
package/benchmark/atoi_napi.cc
CHANGED
|
@@ -30,20 +30,26 @@ static Napi::Value RunAtoi(const Napi::CallbackInfo &info)
|
|
|
30
30
|
{
|
|
31
31
|
Napi::Env env = info.Env();
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
#if 0
|
|
35
|
-
if (info.Length() < 1) {
|
|
33
|
+
if (RG_UNLIKELY(info.Length() < 1)) {
|
|
36
34
|
ThrowError<Napi::TypeError>(env, "Expected 1 argument, got %1", info.Length());
|
|
37
35
|
return env.Null();
|
|
38
36
|
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
37
|
+
|
|
38
|
+
char str[64];
|
|
39
|
+
{
|
|
40
|
+
napi_status status = napi_get_value_string_utf8(env, info[0], str, RG_SIZE(str), nullptr);
|
|
41
|
+
|
|
42
|
+
if (RG_UNLIKELY(status != napi_ok)) {
|
|
43
|
+
if (status == napi_string_expected) {
|
|
44
|
+
ThrowError<Napi::TypeError>(env, "Unexpected value for str, expected string");
|
|
45
|
+
} else {
|
|
46
|
+
ThrowError<Napi::TypeError>(env, "Failed to read JS string");
|
|
47
|
+
}
|
|
48
|
+
return env.Null();
|
|
49
|
+
}
|
|
42
50
|
}
|
|
43
|
-
#endif
|
|
44
51
|
|
|
45
|
-
|
|
46
|
-
int value = atoi(name.c_str());
|
|
52
|
+
int value = atoi(str);
|
|
47
53
|
|
|
48
54
|
return Napi::Number::New(env, value);
|
|
49
55
|
}
|
package/benchmark/atoi_napi.js
CHANGED
|
@@ -26,14 +26,15 @@ let sum = 0;
|
|
|
26
26
|
main();
|
|
27
27
|
|
|
28
28
|
function main() {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
29
|
+
let iterations = 20000000;
|
|
30
|
+
|
|
31
|
+
if (process.argv.length >= 3) {
|
|
32
|
+
iterations = parseInt(process.argv[2], 10);
|
|
33
|
+
if (Number.isNaN(iterations))
|
|
34
|
+
throw new Error('Not a valid number');
|
|
35
|
+
if (iterations < 1)
|
|
36
|
+
throw new Error('Value must be positive');
|
|
37
|
+
}
|
|
37
38
|
console.log('Iterations:', iterations);
|
|
38
39
|
|
|
39
40
|
let start = performance.now();
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
const ref = require('ref-napi');
|
|
17
17
|
const ffi = require('ffi-napi');
|
|
18
18
|
const struct = require('ref-struct-di')(ref);
|
|
19
|
-
const path = require('path');
|
|
20
19
|
|
|
21
20
|
const strings = [
|
|
22
21
|
'424242',
|
|
@@ -29,14 +28,15 @@ let sum = 0;
|
|
|
29
28
|
main();
|
|
30
29
|
|
|
31
30
|
async function main() {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
31
|
+
let iterations = 20000000;
|
|
32
|
+
|
|
33
|
+
if (process.argv.length >= 3) {
|
|
34
|
+
iterations = parseInt(process.argv[2], 10);
|
|
35
|
+
if (Number.isNaN(iterations))
|
|
36
|
+
throw new Error('Not a valid number');
|
|
37
|
+
if (iterations < 1)
|
|
38
|
+
throw new Error('Value must be positive');
|
|
39
|
+
}
|
|
40
40
|
console.log('Iterations:', iterations);
|
|
41
41
|
|
|
42
42
|
const lib = ffi.Library(process.platform == 'win32' ? 'msvcrt.dll' : null, {
|
package/benchmark/raylib_cc.cc
CHANGED
|
@@ -18,15 +18,12 @@ namespace RG {
|
|
|
18
18
|
|
|
19
19
|
int Main(int argc, char **argv)
|
|
20
20
|
{
|
|
21
|
-
|
|
22
|
-
LogError("Missing number of iterations");
|
|
23
|
-
LogInfo("Usage: raylib_cc <iterations>");
|
|
24
|
-
return 1;
|
|
25
|
-
}
|
|
21
|
+
int iterations = 100;
|
|
26
22
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
23
|
+
if (argc >= 2) {
|
|
24
|
+
if (!ParseInt(argv[1], &iterations))
|
|
25
|
+
return 1;
|
|
26
|
+
}
|
|
30
27
|
LogInfo("Iterations: %1", iterations);
|
|
31
28
|
|
|
32
29
|
// We need to call InitWindow before using anything else (such as fonts)
|
|
@@ -34,13 +31,13 @@ int Main(int argc, char **argv)
|
|
|
34
31
|
SetWindowState(FLAG_WINDOW_HIDDEN);
|
|
35
32
|
InitWindow(640, 480, "Raylib Test");
|
|
36
33
|
|
|
37
|
-
Image img = GenImageColor(800, 600,
|
|
34
|
+
Image img = GenImageColor(800, 600, Color { .r = 0, .g = 0, .b = 0, .a = 255 });
|
|
38
35
|
Font font = GetFontDefault();
|
|
39
36
|
|
|
40
37
|
int64_t start = GetMonotonicTime();
|
|
41
38
|
|
|
42
39
|
for (int i = 0; i < iterations; i++) {
|
|
43
|
-
ImageClearBackground(&img,
|
|
40
|
+
ImageClearBackground(&img, Color { .r = 0, .g = 0, .b = 0, .a = 255 });
|
|
44
41
|
|
|
45
42
|
for (int j = 0; j < 3600; j++) {
|
|
46
43
|
const char *text = "Hello World!";
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// You should have received a copy of the GNU Affero General Public License
|
|
14
14
|
// along with this program. If not, see https://www.gnu.org/licenses/.
|
|
15
15
|
|
|
16
|
-
const koffi = require('
|
|
16
|
+
const koffi = require('./build/koffi.node');
|
|
17
17
|
const path = require('path');
|
|
18
18
|
|
|
19
19
|
const Color = koffi.struct('Color', {
|
|
@@ -71,17 +71,18 @@ const Font = koffi.struct('Font', {
|
|
|
71
71
|
main();
|
|
72
72
|
|
|
73
73
|
function main() {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
74
|
+
let iterations = 100;
|
|
75
|
+
|
|
76
|
+
if (process.argv.length >= 3) {
|
|
77
|
+
iterations = parseInt(process.argv[2], 10);
|
|
78
|
+
if (Number.isNaN(iterations))
|
|
79
|
+
throw new Error('Not a valid number');
|
|
80
|
+
if (iterations < 1)
|
|
81
|
+
throw new Error('Value must be positive');
|
|
82
|
+
}
|
|
82
83
|
console.log('Iterations:', iterations);
|
|
83
84
|
|
|
84
|
-
let lib_filename = path.dirname(__filename) + '
|
|
85
|
+
let lib_filename = path.dirname(__filename) + '/build/raylib' + koffi.extension;
|
|
85
86
|
let lib = koffi.load(lib_filename);
|
|
86
87
|
|
|
87
88
|
const InitWindow = lib.cdecl('InitWindow', 'void', ['int', 'int', 'string']);
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
const ref = require('ref-napi');
|
|
17
17
|
const ffi = require('ffi-napi');
|
|
18
18
|
const struct = require('ref-struct-di')(ref);
|
|
19
|
-
const koffi = require('
|
|
19
|
+
const koffi = require('./build/koffi.node');
|
|
20
20
|
const path = require('path');
|
|
21
21
|
|
|
22
22
|
const Color = struct({
|
|
@@ -87,17 +87,18 @@ const Font = struct({
|
|
|
87
87
|
main();
|
|
88
88
|
|
|
89
89
|
function main() {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
90
|
+
let iterations = 100;
|
|
91
|
+
|
|
92
|
+
if (process.argv.length >= 3) {
|
|
93
|
+
iterations = parseInt(process.argv[2], 10);
|
|
94
|
+
if (Number.isNaN(iterations))
|
|
95
|
+
throw new Error('Not a valid number');
|
|
96
|
+
if (iterations < 1)
|
|
97
|
+
throw new Error('Value must be positive');
|
|
98
|
+
}
|
|
98
99
|
console.log('Iterations:', iterations);
|
|
99
100
|
|
|
100
|
-
let lib_filename = path.dirname(__filename) + '
|
|
101
|
+
let lib_filename = path.dirname(__filename) + '/build/raylib' + koffi.extension;
|
|
101
102
|
|
|
102
103
|
const r = ffi.Library(lib_filename, {
|
|
103
104
|
InitWindow: ['void', ['int', 'int', 'string']],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koffi",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.28",
|
|
4
4
|
"description": "Fast and simple FFI (foreign function interface) for Node.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"foreign",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "AGPL-3.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"cnoke": "^0.
|
|
26
|
+
"cnoke": "^1.0.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"chalk": "^4.1.2",
|
|
@@ -35,11 +35,13 @@
|
|
|
35
35
|
},
|
|
36
36
|
"files": [
|
|
37
37
|
"src",
|
|
38
|
-
"benchmark",
|
|
39
|
-
"
|
|
38
|
+
"benchmark/CMakeLists.txt",
|
|
39
|
+
"benchmark/atoi_*",
|
|
40
|
+
"benchmark/raylib_*",
|
|
41
|
+
"test/CMakeLists.txt",
|
|
42
|
+
"test/test.js",
|
|
40
43
|
"test/registry",
|
|
41
44
|
"test/tests",
|
|
42
|
-
"test/test.js",
|
|
43
45
|
"vendor",
|
|
44
46
|
"LICENSE.txt",
|
|
45
47
|
"README.md",
|
package/src/call_arm32.cc
CHANGED
|
@@ -233,10 +233,10 @@ static Napi::Value TranslateCall(const Napi::CallbackInfo &info)
|
|
|
233
233
|
// Return through registers unless it's too big
|
|
234
234
|
if (RG_UNLIKELY(!call.AllocStack(func->args_size, 16, &args_ptr)))
|
|
235
235
|
return env.Null();
|
|
236
|
-
if (RG_UNLIKELY(!call.AllocStack(4 * 4, 8, &gpr_ptr)))
|
|
237
|
-
return env.Null();
|
|
238
236
|
if (RG_UNLIKELY(!call.AllocStack(8 * 8, 8, &vec_ptr)))
|
|
239
237
|
return env.Null();
|
|
238
|
+
if (RG_UNLIKELY(!call.AllocStack(4 * 4, 8, &gpr_ptr)))
|
|
239
|
+
return env.Null();
|
|
240
240
|
if (func->ret.use_memory) {
|
|
241
241
|
if (RG_UNLIKELY(!call.AllocHeap(func->ret.type->size, 16, &return_ptr)))
|
|
242
242
|
return env.Null();
|
package/src/call_arm32_fwd.S
CHANGED
|
@@ -56,22 +56,22 @@
|
|
|
56
56
|
|
|
57
57
|
// Prepare general purpose argument registers from array passed by caller.
|
|
58
58
|
.macro forward_int
|
|
59
|
-
ldr r3, [r1,
|
|
60
|
-
ldr r2, [r1,
|
|
61
|
-
ldr r0, [r1,
|
|
62
|
-
ldr r1, [r1,
|
|
59
|
+
ldr r3, [r1, 12]
|
|
60
|
+
ldr r2, [r1, 8]
|
|
61
|
+
ldr r0, [r1, 0]
|
|
62
|
+
ldr r1, [r1, 4]
|
|
63
63
|
.endm
|
|
64
64
|
|
|
65
65
|
// Prepare vector argument registers from array passed by caller.
|
|
66
66
|
.macro forward_vec
|
|
67
|
-
vldr d7, [r1,
|
|
68
|
-
vldr d6, [r1,
|
|
69
|
-
vldr d5, [r1,
|
|
70
|
-
vldr d4, [r1,
|
|
71
|
-
vldr d3, [r1,
|
|
72
|
-
vldr d2, [r1,
|
|
73
|
-
vldr d1, [r1,
|
|
74
|
-
vldr d0, [r1,
|
|
67
|
+
vldr d7, [r1, 72]
|
|
68
|
+
vldr d6, [r1, 64]
|
|
69
|
+
vldr d5, [r1, 56]
|
|
70
|
+
vldr d4, [r1, 48]
|
|
71
|
+
vldr d3, [r1, 40]
|
|
72
|
+
vldr d2, [r1, 32]
|
|
73
|
+
vldr d1, [r1, 24]
|
|
74
|
+
vldr d0, [r1, 16]
|
|
75
75
|
.endm
|
|
76
76
|
|
|
77
77
|
ForwardCallGG:
|
package/src/ffi.cc
CHANGED
|
@@ -116,7 +116,7 @@ static Napi::Value CreateStructType(const Napi::CallbackInfo &info)
|
|
|
116
116
|
if (!member.type)
|
|
117
117
|
return env.Null();
|
|
118
118
|
|
|
119
|
-
type->size = AlignLen(type->size, member.type->align) + member.type->size;
|
|
119
|
+
type->size = (int16_t)(AlignLen(type->size, member.type->align) + member.type->size);
|
|
120
120
|
type->align = std::max(type->align, member.type->align);
|
|
121
121
|
|
|
122
122
|
type->members.Append(member);
|
package/src/util.cc
CHANGED
|
@@ -81,23 +81,38 @@ const char *CallData::PushString(const Napi::Value &value)
|
|
|
81
81
|
{
|
|
82
82
|
RG_ASSERT(value.IsString());
|
|
83
83
|
|
|
84
|
+
const Size SmallSize = 32;
|
|
85
|
+
|
|
84
86
|
Napi::Env env = value.Env();
|
|
85
87
|
napi_status status;
|
|
86
88
|
|
|
89
|
+
Span<char> buf;
|
|
87
90
|
size_t len = 0;
|
|
88
|
-
status = napi_get_value_string_utf8(env, value, nullptr, 0, &len);
|
|
89
|
-
RG_ASSERT(status == napi_ok);
|
|
90
91
|
|
|
91
|
-
|
|
92
|
-
buf.len =
|
|
92
|
+
// Optimize for small strings
|
|
93
|
+
buf.len = SmallSize;
|
|
93
94
|
if (RG_UNLIKELY(!AllocHeap(buf.len, 1, &buf.ptr)))
|
|
94
95
|
return nullptr;
|
|
95
|
-
|
|
96
96
|
if (RG_UNLIKELY(napi_get_value_string_utf8(env, value, buf.ptr, (size_t)buf.len, &len) != napi_ok)) {
|
|
97
97
|
ThrowError<Napi::Error>(env, "Failed to convert string to UTF-8");
|
|
98
98
|
return nullptr;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
+
// Slow path for bigger strings
|
|
102
|
+
if (len >= SmallSize - 1) {
|
|
103
|
+
status = napi_get_value_string_utf8(env, value, nullptr, 0, &len);
|
|
104
|
+
RG_ASSERT(status == napi_ok);
|
|
105
|
+
RG_ASSERT(len >= SmallSize);
|
|
106
|
+
|
|
107
|
+
buf.len = (Size)len + 1;
|
|
108
|
+
if (RG_UNLIKELY(!AllocHeap(buf.len - SmallSize, 1)))
|
|
109
|
+
return nullptr;
|
|
110
|
+
if (RG_UNLIKELY(napi_get_value_string_utf8(env, value, buf.ptr, (size_t)buf.len, &len) != napi_ok)) {
|
|
111
|
+
ThrowError<Napi::Error>(env, "Failed to convert string to UTF-8");
|
|
112
|
+
return nullptr;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
101
116
|
return buf.ptr;
|
|
102
117
|
}
|
|
103
118
|
|
package/src/util.hh
CHANGED
|
@@ -101,8 +101,8 @@ public:
|
|
|
101
101
|
|
|
102
102
|
template <typename T = void>
|
|
103
103
|
bool AllocStack(Size size, Size align, T **out_ptr = nullptr);
|
|
104
|
-
template <typename T>
|
|
105
|
-
bool AllocHeap(Size size, Size align, T **out_ptr);
|
|
104
|
+
template <typename T = void>
|
|
105
|
+
bool AllocHeap(Size size, Size align, T **out_ptr = nullptr);
|
|
106
106
|
|
|
107
107
|
const char *PushString(const Napi::Value &value);
|
|
108
108
|
bool PushObject(const Napi::Object &obj, const TypeInfo *type, uint8_t *dest);
|
|
@@ -151,7 +151,9 @@ bool CallData::AllocHeap(Size size, Size align, T **out_ptr)
|
|
|
151
151
|
heap_mem->ptr += delta;
|
|
152
152
|
heap_mem->len -= delta;
|
|
153
153
|
|
|
154
|
-
|
|
154
|
+
if (out_ptr) {
|
|
155
|
+
*out_ptr = (T *)ptr;
|
|
156
|
+
}
|
|
155
157
|
return true;
|
|
156
158
|
}
|
|
157
159
|
|