The document discusses improving foreign function interface (FFI) techniques in Smalltalk by making them more portable across implementations. It proposes extending the interpreter to allow direct calls to C functions, similar to approaches used in Python, Lua, and .NET. This would involve adding primitives for basic CPU types to the bytecode and implementing the interface in plugins for different backends like C, C++, and a virtual CPU.