1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-06 12:10:28 +02:00
guile/module/language/assembly
Andy Wingo 74deff3c43 check that jumps are within the range of a signed 16-bit int
* module/language/assembly/compile-bytecode.scm (write-bytecode): Check
  that the offset is within the range of a signed int16 value.
2009-07-24 12:06:40 +02:00
..
compile-bytecode.scm check that jumps are within the range of a signed 16-bit int 2009-07-24 12:06:40 +02:00
decompile-bytecode.scm nlocs is now 16 bits wide 2009-07-24 10:12:01 +02:00
disassemble.scm remove all mentions of "external" from the compiler and related code 2009-07-23 17:15:17 +02:00
spec.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00