Wojciech Muła

Results 22 issues of Wojciech Muła

Is this possible to teach avo not to use the given set of registers during the register allocation? Think about a custom calling convention when we reserve some registers for...

What a great tool, thanks for this! I tried to visualize a very simple function that uses `_mm_cvtepi8_epi32`; it compiles but then page goes blank; in the firefox console following...

enhancement

I see these macros are defined in `simdutf/src/simdutf/*.h`, but never used in the project. Should they be kept? TBH, don't know what was the initial purpose.

Few things I consider for the next, incompatible version (in random order): 1. Remove value_type from Automaton constructor (i.e. ``STORE_ANY``, ``STORE_INTS``, ``STORE_LENGTH``). Using ``STORE_{INT,LENGTH}`` makes sense at C-language level, but...

enhancement

Hi, i'm sorry for opening such an old issue, but i'm currently experiencing the same issue. I'm using version 1.4.0 now and getting small steady memory leaks (after debugging with...

bug

The official support for Python 2 ends this year. It doesn't mean that we will drop Py2. As long as Py2 is available in Debian (which I use) any features/fixes...

An attempt to solve #102. What was done: instead of creating pickle data before pickling, we create an iterator which was meant to yield small portions of data on demand....

### ISSUE TYPE * Feature Request ### GEEQIE VERSION ``` Geeqie 1.6 ``` ### OS / DISTRIBUTION Any system supporting symlinks. ### SUMMARY When we move an image that is...

I tried this code: ```rust use std::collections::HashSet; use std::fs::write; use std::fs::File; use std::io::BufReader; use std::io::Read; const RECORD_SIZE: usize = 12; fn test_unbuffered() -> (usize, HashSet) { // 1. create large...

T-libs-api
C-feature-request
T-libs

I compiled the whole build toolchain from scratch, likewise `spike` and `pk`. When trying to run the simplest "Hello, World" program on my Linux box, I'm getting the following error:...