ronan
ronan
I have written a small explanation of the Viulux HW and needed SW change on this post: https://eadalabs.com/getting-started-with-openxr/
This change handles the CBC_SET_BYTECODE_PTR opcode when dumping the VM opcodes. Instead of incrementing the byte code pointer to the next byte (`byte_code_p++`), it instead jumps to the address pointer...
This PR is used to improve the literal storage performance: Currently, literals are stored using a *linked list*: The drawback of the linked list is that when the number of...