Krishnan Winter

Results 12 issues of Krishnan Winter

Fixing deprecated code left over from RFC-10.

hw-bench

This issue is related to VPPI faults on AArch64, which uses the fault handling mechanisms to deliver virtual PPI's to a single-threaded VM. Specifically, it was observed in an seL4...

Currently there is no array representation in Pancake. This can be easily worked around using pointer arithmetic, however, without currently having access to multiplication and division this can be cumbersome....

Pancake

Currently there is only one entry point in Pancake, the cml_main function. For compatibility with the sel4cp, which requires at least an init function, and possibly a notified and protected...

Pancake

A mechanism for passing arguments to Pancake's main function would be a usability improvement.

Pancake

Boolean literal parsing - "true" "false" - currently does not work String literal parsing

Pancake

Currently the notion of shapes exist, but with only the possibility of loading them. A mechanism to access fields of a struct as well as creating and storing structs is...

Pancake

Current parser error only states that there was an error in parsing, with no indication as to what caused it.

Pancake

Necessary in some cases, and the current workarounds for not having access to multiplication and division are not the most elegant.

Pancake

Having logical "and" and "or" for conditional statements in pancake would be a QoL improvement.

Pancake