SPIRV-Tools/tools
Lei Zhang 972788bf23 Use opaque context object to hold SPIR-V info tables.
Previously the opcode table is declared as an global array and we
have spvOpcodeTableInitialize() modifying it. That can result in
race condition. Now spvOpcodeTabelGet() copies the whole underlying
array.
2015-11-12 16:27:51 -05:00
..
as Use opaque context object to hold SPIR-V info tables. 2015-11-12 16:27:51 -05:00
dis Use opaque context object to hold SPIR-V info tables. 2015-11-12 16:27:51 -05:00
val Use opaque context object to hold SPIR-V info tables. 2015-11-12 16:27:51 -05:00