Skip to content
Commit 2005da4c authored by James Bielman's avatar James Bielman
Browse files

Implement compiler macros for %MEM-REF and %MEM-SET in LispWorks.

- Use FLI:FOREIGN-TYPED-AREF if available and dereferencing a number.
- Avoid calling INC-POINTER when the offset is a multiple of the type
  size allowing direct use of the INDEX argument to FOREIGN-TYPED-AREF.
- Fall back to open-coding the call to FLI:DEREFERENCE otherwise.
parent b98fb1c0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment