Sized literals in bytecode
This enables sized literals in GHCi bytecode. I hope it works on both 32 bit and 64 bit.
Edited by Luite Stegeman
Merge request reports
Activity
Filter activity
assigned to @luite
mentioned in issue #21945 (closed)
added 1 commit
- c3d4a217 - add missing ppr for 64 bit EQ/LT bytecode instructions
added 1 commit
- a28db518 - add missing ppr for 64 bit EQ/LT bytecode instructions
added 1 commit
- 05c380cd - Add missing ppr for DiscrI8/16/32/64 and DiscrW8/16/32/64.
@luite I can easily test this once !7502 (closed) is landed (the patch is finished now).
- Resolved by Luite Stegeman
@luite I think the tests just fail because of your change to allow optimisation with interpreter backend. I think the best thing to do is to remove the hack commit which allow this. Then I can add a test with !7502 (closed)
- Resolved by Luite Stegeman
- Resolved by Sylvain Henry
- Resolved by Sylvain Henry
- Resolved by Sylvain Henry
- Resolved by Sylvain Henry
- Resolved by Sylvain Henry
mentioned in issue #22372 (closed)
Now that !7502 (closed) has landed, not having this patch can provoke a panic, as I’ve just reported in #22372 (closed).
mentioned in commit ffbd331f
mentioned in merge request !8307 (closed)
Please register or sign in to reply