Daniel

Results 38 comments of Daniel

in Seccomp.cc you can change all instances of `#ifdef __linux` to `#if 0` and just avoid the security code altogether you could pull that into a compile flag in cmake...

This is a really cool suggestion. One good thing is that we already support a custom allocator. The hard part will be to make this work with a continuation model,...

Excellent question. During decode, we do keep 2 rows of a framebuffer in memory and fill them with data. And we take each channel into pixel space to predict the...

I've certainly never seen this. what command line flag are you using? My guess is that somehow lepton is trying to allocate new threads or some system resource and is...

sorry for the delay here--do you still have the image that caused this problem so I can reproduce it and see how it exits with code zero?

I've written a custom malloc that fails after N allocations and looped N all the way up to where it succeeds everything--- I can't seem to reproduce this problem. It...

We plan to deprecate that. However there may be new ideas to use simpler entropy coding schemes (like huffman) for faster and simpler decodes--those ideas are still on the drawing...

Interesting--all these tests allocate the working-set data on the stack. Is it possible to make them to skip on arm? I doubt you'd choose a stack allocator on Arm, but...

I suppose the license file is right... I can adjust the Cargo.toml both licenses are sufficiently permissive that they are quite compatible.

Hi! Thanks for doing this--sorry I've been away for a bit but I'm back now...I'd love to hear about the motivation of this patch and what problem it's trying to...