aboutsummaryrefslogtreecommitdiff
path: root/src/task.rs
diff options
context:
space:
mode:
authorGravatar Nikolay Edigaryev <edigaryev@gmail.com> 2019-07-27 00:05:50 +0300
committerGravatar Nikolay Edigaryev <edigaryev@gmail.com> 2019-07-27 00:16:43 +0300
commit3c33d6c29bb546d8774d03825c10a28038c7f7e4 (patch)
tree90b095f86f5d8e9d88683d81f08eaaa719c7b605 /src/task.rs
parentc5af691304d11b6b1a3df5dae6c546bd2a7fac4a (diff)
downloadrust-x86-3c33d6c29bb546d8774d03825c10a28038c7f7e4.tar.gz
rust-x86-3c33d6c29bb546d8774d03825c10a28038c7f7e4.tar.zst
rust-x86-3c33d6c29bb546d8774d03825c10a28038c7f7e4.zip
Always inline functions that operate on FLAGS register
Non-inlined functions have a function prologue[1] that contain instructions which can mess with the FLAGS register before we have a chance to read it. [1]: https://en.wikipedia.org/wiki/Function_prologue
Diffstat (limited to 'src/task.rs')
0 files changed, 0 insertions, 0 deletions
jarred/edgecase'>jarred/edgecase Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/code-simplification-neql-define.hmr.debug.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-04-29add more to buffer implementationGravatar Jarred Sumner 15-205/+934
2022-04-28ffi test codeGravatar Jarred Sumner 2-26/+247
2022-04-28wipGravatar Jarred Sumner 20-1049/+1601
2022-04-28commit moreGravatar Jarred Sumner 3-0/+81