David Anderson
David Anderson
The VM already supports x86_64 right? Do you mean a JIT? If so, no plans for one since I don't think it's as important as language feature support. But that...
Extremely likely X86 jit won't survive this refactoring as it's internally incompatible with the planned opcode changes. It'll be frozen for compatibility and used on old binaries only. It's possible...
Making slow progress. There are some things that are way, way easier to express in the IR. Operator overloads are so much nicer, and in general individual nodes are much...
Thanks, I can reproduce this.
Thanks for the reduced test case, this is fixed on master.
Feel free to reopen if more information can be provided.
Call it parse_int, make it have a bool return and optional int outparam?On Aug 7, 2024 2:08 PM, rtxa ***@***.***> wrote: The is_str_num() function in string_stocks.inc currently does not handle...
Thanks for the test case... I'm in the midst of a very big refactoring to remove matchtag(), which I'm hoping will lead a world where these kinds of issues are...
These would be much cleaner to fix with the IR stuff all done, but alas, it's too important to leave broken forever. Fixed on master now.
Looks like this doesn't work in 1.11 so relabeling as an enhancement.