https://github.com/shader-slang/slang
Revision 5de62bbe4dddc64895ddb17c4eb3572c3c9be248 authored by Yong He on 20 February 2018, 00:53:45 UTC, committed by Yong He on 20 February 2018, 00:53:45 UTC
1. reorder destruction order of several key classes to avoid using deleted IR objects when destroying Types
2. remove Session::canonicalTypes and make each Type own a RefPtr to the canonicalType, to allow types to be destroyed along with each IRModule it belongs to.
1 parent ff8adf7
History
Tip revision: 5de62bbe4dddc64895ddb17c4eb3572c3c9be248 authored by Yong He on 20 February 2018, 00:53:45 UTC
more to fixing memory leaks
Tip revision: 5de62bb
File Mode Size
build
docs
examples
external
source
tests
tools
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 398 bytes
.gitmodules -rw-r--r-- 107 bytes
.travis.yml -rw-r--r-- 1.6 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-- 4.9 KB
appveyor.yml -rw-r--r-- 3.5 KB
slang.h -rw-r--r-- 41.8 KB
slang.sln -rw-r--r-- 9.1 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top