mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
committed by
GitHub
parent
3680200df4
commit
cd84cd45ea
@@ -2097,7 +2097,7 @@ for a x86 64 bit machine looks like:
|
||||
This is a memory fetch followed by jump. (An ideal implementation would
|
||||
use the carry flag and a single instruction like ``jc .L1``.)
|
||||
|
||||
This overhead might not be desired and depending on the sematics of the routine may not be required
|
||||
This overhead might not be desired and depending on the semantics of the routine may not be required
|
||||
either.
|
||||
So it can be disabled via a `.quirky` annotation:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user