This website requires JavaScript.
Explore
Help
Register
Sign In
conservatory
/
ikarus
Watch
4
Star
0
Fork
You've already forked ikarus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
820eb7dcb9
ikarus
/
scheme
/
last-revision
2 lines
5 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixed the ``relocation error'' that happens in 64-bit mode. What used to be a relative jump from one code object to another is now turned into a pc-relative jump, where the jump targets are stored somewhere at the bottom of the code that performs the jump: old code sequence: call-relative (Ltarget - L0) L0: ... new code sequence: call-pc-relative (L1 - L0) L0: ... ... L1: <8-byte Ltarget>
2009-12-30 19:41:22 -05:00
1866