https://github.com/shader-slang/slang
Revision 0399d992e21128a2c4b676e8f5456981ccfa6469 authored by Yong He on 02 May 2018, 19:11:04 UTC, committed by Yong He on 02 May 2018, 22:20:32 UTC
This change adds caches to built-in operator overload resolution and type coersion to avoid running these time-consuming operations every time.

- Adds `TypeCheckingCache` type, which is defined in check.cpp, that contains two dictionaries for the cached results of `ResolveInvoke` and `CanCoerce` calls.
- Add `destroyTypeCheckingCache` and `getTypeCheckingCache` methods to `Session` class to reuse these cached results over the entire session.
1 parent 60bcc68
History
Tip revision: 0399d992e21128a2c4b676e8f5456981ccfa6469 authored by Yong He on 02 May 2018, 19:11:04 UTC
Speedup type checking using cached overload resolution results.
Tip revision: 0399d99
File Mode Size
build
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-- 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-- 42.9 KB
slang.sln -rw-r--r-- 9.1 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top