rempas

Results 79 comments of rempas

@vnmakarov To add on my previous reply (I don't edit in case someone is reading it right now), I run a script and when you unset it inside a script,...

> It should, although that's a work around. > > What was your `LC_NUMERIC` set to? It was set to: `el_GR.UTF-8`

> I cannot reproduce this. > > What I ran in fish: > > ``` > set -x LC_NUMERIC el_GR.UTF-8 > make --debug bench > ``` > > what command...

> Thank you for the discussion. I addrd clearing LC_NUMERIC to the script. Thanks. Even if @iacore didn't have the same problem (when trying to set LC_NUMERIC) and some others...

Update: Using the `bbv` branch, `c2m -eg` has **0.88x** (average) and **0.81x** (geomean) the runtime of `clang -O3` (didn't use "inline" in these tests as I practically won't use them...

> If you want, try Janet. you can include the language itself as `janet.c` and bootstrap it from C compiler in source. You mean [Janet](https://janet-lang.org/)? If yes, then the point...

> I don't think languages other than C or shell script fit in this project though. JS/bun is probably not a good fit. Yeah, I would agree if we were...

I'm glad that you continue been a positive and cheerful person. Of course, everything will need some works both on designing and on implementing it but after that MIR will...

> @rempas maybe you want to use keystone. To MIR, externally generated code are all the same. If you generate assembly with C calling convention, you can use it with...

> Hey there, > > Not sure if it helps, but if you're using the libc, you can use the `syscall(2)` interface Thanks for the information. But no, I will...