Initial work on comparison

This commit is contained in:
2018-03-09 23:50:21 -05:00
committed by Nicolas Clauvelin
parent c48108be64
commit 5a2a351791
3 changed files with 167 additions and 0 deletions

BIN
Assembly_Comparison.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

166
Performance.md Normal file

File diff suppressed because one or more lines are too long

View File

@@ -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.