sorear
sorear
I have an interesting variant of this problem: I have a git repository for a project with several components, one of which is a Cargo project directory. atom-build won't work...
BOOM isn't affected by Meltdown; *all* out-of-order designs are affected by some variants of Spectre attacks (there are many possible variants that are not well-known yet). No "steps" are being...
Is this issue still relevant now that pancake exists?
What host environment would this be for and what are we hoping to achieve by doing it?
flatLang has richer constructor values so you wouldn't be able to share as many values. I'm not sure if this matters.
Idea from last night: add a FFI which snapshots the heap+stack+saved registers and restore them in a signal handler. Doubling the memory use isn't ideal but the semantics are very...
I think this is done? The exporter already generates a function named cml_main, and you can return control to C code with a FFI that calls `longjmp` (a better FFI...
Yes, this is about the bignum checks. I believe you are correct that the bignum code is never invoked unless one argument or the result does not fit in a...
What's going to happen if I feed code that would be >4GB compiled to a 32-bit backend? Also, this seems to be in contradiction with #544.
A pretty-printed concrete syntax step for easy hack modifications? I like that. I did some similar surgery on the sexpr compiler to get the numbers in #774 but getting the...