On Mon, 28 Oct 2024 15:29:33 GMT, Chen Liang wrote:
> There are currently some issues with our handling of "load constant"
> instructions: namely, there is some problem with writing unbounded/external
> constants and handling of entry index changes, that we currently generate
> invalid bytecod
On Mon, 28 Oct 2024 15:29:33 GMT, Chen Liang wrote:
> There are currently some issues with our handling of "load constant"
> instructions: namely, there is some problem with writing unbounded/external
> constants and handling of entry index changes, that we currently generate
> invalid bytecod
There are currently some issues with our handling of "load constant"
instructions: namely, there is some problem with writing unbounded/external
constants and handling of entry index changes, that we currently generate
invalid bytecode for condy loading double/long that has index over 255.
This