mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
Widen all jit compiler routines to take 32-bit operands
* libguile/jit.c (compile_*): Instead of using the minimum sized types that can represent the instruction's operand, use uint32_t. This will allow us to handle push/pop/drop without moving the SP.
This commit is contained in:
parent
4daf4664cf
commit
046378a917
1 changed files with 180 additions and 180 deletions
360
libguile/jit.c
360
libguile/jit.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue