https://github.com/shader-slang/slang
Revision 60a91d63afab47a172690974c8b566af74072932 authored by jsmall-nvidia on 09 October 2018, 19:09:32 UTC, committed by GitHub on 09 October 2018, 19:09:32 UTC
* Added -serial-ir option, to make generateIR always serialize in and out before further processing. Testing out serialization, and adding a kind of 'firewall' between compiler front end and backend.

* Reduce peak memory usage, by discarding IR when stored in serialized form.
Typo fix.
1 parent 7ea9ff0
History
Tip revision: 60a91d63afab47a172690974c8b566af74072932 authored by jsmall-nvidia on 09 October 2018, 19:09:32 UTC
Added -serial-ir command line option (#664)
Tip revision: 60a91d6
File Mode Size
docs
examples
external
source
tests
tools
.editorconfig -rw-r--r-- 937 bytes
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 398 bytes
.gitmodules -rw-r--r-- 406 bytes
.travis.yml -rw-r--r-- 1.7 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 6.3 KB
README.md -rw-r--r-- 6.7 KB
appveyor.yml -rw-r--r-- 3.7 KB
premake5.lua -rw-r--r-- 21.6 KB
slang-com-helper.h -rw-r--r-- 3.9 KB
slang-com-ptr.h -rw-r--r-- 4.8 KB
slang.h -rw-r--r-- 66.4 KB
slang.sln -rw-r--r-- 10.5 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top