serval icon indicating copy to clipboard operation
serval copied to clipboard

Results 3 serval issues
Sort by recently updated
recently updated
newest added

When I am parsing some LLVM IR code which was generated by JLang from Java code to ll.rkt, something error happens. ```sh llvm: error: invalid field 'variables' !4 = distinct...

Hi, I would like to contribute s390x (IBM Z) support to serval and jitterbug. The current full branches are here: https://github.com/iii-i/serval/tree/s390 https://github.com/iii-i/jitterbug/tree/s390 The plan is to contribute the pieces in...

I am doing a simple experiment with arrays in c. The c code is: `int vec0[5]; int vec_func(int num) { vec0[0] = 1; vec0[1] = 2; vec0[2] = 3; vec0[3]...