mirror of
https://github.com/sendyne/cppreg.git
synced 2026-01-19 04:52:08 +00:00
Initial work on comparison
This commit is contained in:
BIN
Assembly_Comparison.PNG
Normal file
BIN
Assembly_Comparison.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
166
Performance.md
Normal file
166
Performance.md
Normal file
File diff suppressed because one or more lines are too long
@@ -7,6 +7,7 @@ Copyright Sendyne Corp., 2010-2018. All rights reserved ([LICENSE](LICENSE)).
|
||||
|
||||
* expressive syntax which shows the intent of the code when dealing with registers and fields,
|
||||
* efficiency and performance on par with traditional C implementations (*e.g.*, CMSIS C code) when *at least some compiler optimizations* are enabled,
|
||||
* [huge emphasis](Performance.md) on ensuring the assembly is the same if not better than CMSIS versions,
|
||||
* field access policies (*e.g.*, read-only vs read-write) detect ill-defined access at compile-time,
|
||||
* compile-time detection of overflow,
|
||||
* easily extendable to support, for example, mock-up.
|
||||
|
||||
Reference in New Issue
Block a user