Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norio-nomura/debugsinkof
https://github.com/norio-nomura/debugsinkof
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/norio-nomura/debugsinkof
- Owner: norio-nomura
- Created: 2015-05-22T03:55:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T07:36:45.000Z (over 9 years ago)
- Last Synced: 2024-05-09T16:29:41.834Z (6 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `DebugSinkOf`
Using two Swift sources
- Code using `SinkOf` is [non-debug.swift](non-debug.swift)
- Code using `DebugSinkOf` instead of `SinkOf` is [debug.swift](debug.swift)Generating SIL codes using [swift-demangle-filter.py](https://gist.github.com/norio-nomura/121ef3eacbc6dda87dad)
for [non-debug.swift](non-debug.swift)
- Output using `-emit-sil -Onone` is [non-debug-Onone.sil](non-debug-Onone.sil)
- Output using `-emit-sil -O` is [non-debug-O.sil](non-debug-O.sil)for [debug.swift](debug.swift)
- Using `-emit-sil -Onone` is [debug-Onone.sil](debug-Onone.sil)
- Using `-emit-sil -Onone` is [debug-O.sil](debug-O.sil)Diffs
- Between [non-debug-Onone.sil](non-debug-Onone.sil) and [debug-Onone.sil](debug-Onone.sil) is [here](diff-between-non-debug-Onone-and-debug-Onone.diff)
- Between [non-debug-O.sil](non-debug-O.sil) and [debug-O.sil](debug-O.sil) is [here](diff-between-non-debug-O-and-debug-O.diff)