mirror of
https://github.com/frida/tinycc
synced 2024-12-25 06:26:49 +03:00
update
This commit is contained in:
parent
be5e9cb962
commit
1c1919072b
10
Changelog
10
Changelog
@ -1,3 +1,13 @@
|
|||||||
|
version 0.9.22:
|
||||||
|
|
||||||
|
- simple memory optimisations: kernel compilation is 30% faster
|
||||||
|
- linker symbol definitions fixes
|
||||||
|
- gcc 3.4 fixes
|
||||||
|
- fixed value stack full error
|
||||||
|
- 'packed' attribute support for variables and structure fields
|
||||||
|
- ignore 'const' and 'volatile' in function prototypes
|
||||||
|
- allow '_Bool' in bit fields
|
||||||
|
|
||||||
version 0.9.21:
|
version 0.9.21:
|
||||||
|
|
||||||
- ARM target support (Daniel Glöckner)
|
- ARM target support (Daniel Glöckner)
|
||||||
|
1
TODO
1
TODO
@ -4,6 +4,7 @@ TODO list:
|
|||||||
#define spin_lock(lock) do { } while (0)
|
#define spin_lock(lock) do { } while (0)
|
||||||
#define wq_spin_lock spin_lock
|
#define wq_spin_lock spin_lock
|
||||||
#define TEST() wq_spin_lock(a)
|
#define TEST() wq_spin_lock(a)
|
||||||
|
- typedefs can be structure fields
|
||||||
- see bugfixes.diff + improvement.diff from Daniel Glockner
|
- see bugfixes.diff + improvement.diff from Daniel Glockner
|
||||||
- constructors
|
- constructors
|
||||||
- cast bug (Peter Wang)
|
- cast bug (Peter Wang)
|
||||||
|
Loading…
Reference in New Issue
Block a user