Nicolas Luck
|
d13173942d
|
Cargo feature "multi_thread" for thread-local ATOM_TABLE_BUF_BASE
|
2023-08-24 19:13:11 +02:00 |
|
Nicolas Luck
|
afbadd9ea2
|
Revert "Enable multiple Machines per process by having ATOM_TABLE_BUF_BASE always be thread_local, not only in cfg(test) mode."
This reverts commit bfb3164a0d.
|
2023-08-24 19:13:11 +02:00 |
|
Nicolas Luck
|
bfb3164a0d
|
Enable multiple Machines per process by having ATOM_TABLE_BUF_BASE always be thread_local, not only in cfg(test) mode.
|
2023-08-23 14:36:07 +02:00 |
|
Bennet Bleßmann
|
a70157003b
|
fix spelling
|
2023-07-29 13:11:00 +02:00 |
|
Bennet Bleßmann
|
6aa3c7d5d6
|
handle atom table resize
* bumping serial_test dev-dependency due to broken should_panic handling in old version
|
2023-07-29 11:22:25 +02:00 |
|
Bennet Bleßmann
|
4ef8c5c47d
|
detect and prevent² concurrent AtomTable use
²in the case of `#[cfg(not(test))]` there is still a toctou race as I am not sufficently familiar with Atomics
|
2023-07-27 23:37:03 +02:00 |
|
Skgland
|
a5de329712
|
don't genrate code in src/
[Outputs of Build Script](https://doc.rust-lang.org/cargo/reference/build-scripts.html#outputs-of-the-build-script) states that only files in $OUT_DIR may be modified
|
2022-01-10 21:19:18 +01:00 |
|
Mark Thom
|
0404c3bd94
|
use new heap term representation
|
2022-01-06 21:44:38 -07:00 |
|