This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Post: https://x.com/VictorTaelin/status/1854326873590792276 | |
// Note: The atomics must be kept. | |
// Main changes: | |
// - supports linux by using mmap | |
// - computed gotos / threaded interpreter | |
// - optional support for atomic 128bit load/stores when ENABLE_128B is defined | |
// | |
// - some smaller changes to reduce pointer indirections | |
// |