Dzmitry Malyshau

Results 956 comments of Dzmitry Malyshau

@antiagainst please don't forget about this. As we delay, spirv-cross is getting developed further, and it will be harder for us to catch up.

@antiagainst I'd really like to move this forward. If you don't have time and energy to do this, could you outline a rough plan for contributors to follow when implementing...

Looked at the state of this today. Apparently, most of the infrastructure is already in place: - [x] types - [x] decorations - [x] constants - [x] instructions - [...

Thanks for the detailed response! > Instead of doing trait objects, the existing code just uses memory arena and vectors and indexes into vectors. I think it's working well. If...

Awesome, welcome to the party @jpryne ! You probably want to start off #106

@dneto0's experimental code in SPIRV-Tools: https://github.com/dneto0/SPIRV-Tools/tree/robust-access

I think DR has the following values today: 1. it's good for bootstrapping SR 2. it's fairly straightforward and sound in what it tries to do However, when SR is...

More specifically, I believe we are hitting a problem that results from the combination of the following factors in VMA: 1. When creating a custom pool, you have to provide...

This appears to be a blocker for https://github.com/denoland/deno/pull/7977 Any solution that doesn't require patching `rusty_v8`?

What if you just depend on v8 in the way that doesn't bundle a custom libcxx, and instead links to the system one?