Fix bugs: fixnum sizes must be measured at runtime.
authorChris Hanson <org/chris-hanson/cph>
Fri, 27 Jan 2017 16:17:31 +0000 (08:17 -0800)
committerChris Hanson <org/chris-hanson/cph>
Fri, 27 Jan 2017 16:17:31 +0000 (08:17 -0800)
commit4e9e83203ec5a7535b60f54ab5a84cdfccc113f2
treeeacc233023fadae39c41f1249c9b2d36a3879049
parentf8b8ef858f5ef5597a42fd4d6ff3650bd66a8487
Fix bugs: fixnum sizes must be measured at runtime.

Otherwise cross-compiling on a host that's wider than the target will not work.
src/runtime/bytevector.scm
src/runtime/fixart.scm
src/runtime/make.scm
src/runtime/runtime.pkg
tests/runtime/test-bytevector.scm