Enrico Borba
Enrico Borba
Closing as I can't reprocude. If a segfault comes up again another issue should be opened.
Closing in favor of https://github.com/HigherOrderCO/HVM/pull/317, which increases function name limit to 256.
Closing as this isn't something that would live in the HVM repo.
At least `get` is a binary operator, `A get 0`, but `set` is a good question. Also I'm very curious with an array set operation how hard it will be...
Any special flags for `nvcc`?
We did dylibs in hvm-core and it seemed to work well. Had to do some version checks / warnings though.
As IO is being finalized, my initial thoughts of the design exposed to users would be the following: - add two IO functions `DL_LOAD(file String) -> Opaque` and `DL_CALL(fn_name String,...
Initial attempt here: https://github.com/HigherOrderCO/HVM/pull/394
An off-by-one occurs on the rust runtime b/c the boot LINK interaction turns into a CALL [here](https://github.com/HigherOrderCO/HVM/blob/654276018084b8f44a22b562dd68ab18583bfb5b/src/hvm.rs#L876).