wysiwyng

Results 17 comments of wysiwyng

Is this a planned feature? If not, could you please update the documentation to reflect this?

I would prefer if the documentation (where I learned about `save` in the first place) told me right away that it is not available for the Earley parser. The `cache`...

`bare_etiss_processor` currently also uses exit codes to signal when ETISS encountered some internal error. Distinguishing these from the application's exit code would not be possible, this would at least have...

Yes, I noticed that too mainly on GBC games. This is just a proposed key combo, I didn't want to change the other combinations. Feel free to suggest others though,...

@JoGei we can't both parse a configuration value as integer and string, at least not without considerable hackery. I propose treating `simple_mem_system.memseg_initelement_XX` absent as "randomize", and all numerical values as...

Lastly, I agree with @JoGei that this feature should be documented somewhere. Where that is I don't really know, as the previous changes to `SimpleMemSystem` are also only documented in...

Still missing a case to "not initialize anything" when `simple_mem_system.memseg_initelement_XX` is not present in the config. You can use `etiss::cfg().isSet` to check whether a value is present in the configuration....

> I assumed that `simple_mem_system.memseg_initelement_XX=""` is no valid option anyways As far as I know the ini parser of ETISS accepts that input. What I mean is the case when...

as @PhilippvK mentioned this is probably best handled by [M2-ISA-R](https://github.com/tum-ei-eda/M2-ISA-R). How it should be handled is open to discussion, I suggest shifting this to an issue in that repository.

I would possibly add [tcc](https://github.com/tum-ei-eda/etiss/tree/master/JITImpl/TCC) to this list, currently it is downloaded and built using CMake's `execute_process` interfaces, which is arguably not "the best way to do it"™. I have...