mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
- bitorder::read and bitorder::write may fail because of unaligned access #2734.
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
- Incorrect alignment on typedef and local variable debug info.
|
||||
- Assert on optional-returning-function in a comma expression. #2722
|
||||
- Creating recursive debug info for functions could cause assertions.
|
||||
- bitorder::read and bitorder::write may fail because of unaligned access #2734.
|
||||
|
||||
### Stdlib changes
|
||||
- Add `ThreadPool` join function to wait for all threads to finish in the pool without destroying the threads.
|
||||
|
||||
Reference in New Issue
Block a user