Nick Zavaritsky

Results 32 issues of Nick Zavaritsky

man seccomp: > The arch field is not unique for all calling conventions. The x86-64 ABI and the x32 ABI both use AUDIT_ARCH_X86_64 as arch, and they run on the...

libkafel.so 5x smaller (x86_64, stripped): down to 88KiB from 440KiB. Closes #20

Currently `libkafel.so` takes 440KiB (`x86_64`, release, stripped) which seems superfluous. On top of that, it has 7122 relocations and relocation definitions themselves take 167KiB. This has runtime cost as well....

Tabular display with Lua source code, bytecode, IR and assembly side-by-side. Makes it easy to follow the bytecode instruction — IR sequence mapping, and IR instruction — assembly sequence mapping....

Write binary trace while running a user-submitted code. Convert the binary to JSON as a separate step. Rationale: less invasive (current solution skews profiling data), traces still displayed if the...

Currently not done; all runners have just 1 CPU, so only one job runs at a time. Required for arm64 support (#33), the most likely Cloud provider Scaleaway offers 4...