Jessica Clarke

Results 291 comments of Jessica Clarke

Better use `reg_name(zreg)` rather than hard-coding register names everywhere

We've known about it for years, just not a priority as it only affects the human-readable disassembly. If someone wants to fix it then great, but the stringint handling is...

That's what the first option says

Nobody's suggesting you write the parser in Sail, as a language it'd be terrible for writing that kind of code. The C parts of the C emulator are still part...

It's not "experimental-" in the -march= string, that's only for if you're using the LLVM-specific backend target feature flags. For -march it is just the unprefixed extension name, but you...

I would hope so, otherwise Clang needs to know what mode it's generating code for to know whether to read cycle or mcycle for `__builtin_readcyclecounter`. It's not exactly onerous on...

It's better than it used to be, in that the "Exiting due to uncaught exception" message from Sail itself now prints out the file name and source range (start line+col...

I would say the issue should remain open as it's not fully fixed, but the fact that line numbers are now printed means it's much lower priority than it used...

Declaring two uint64_t (non-static visibility) variables tohost and fromhost should be sufficient for the Sail model.

Sounds like your code is branching to address 0? What are you using for the program entry point / as your libc and C start-up code?