-
Most of the macros documented on this page, defined in WinBase.h, are missing:
https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-updateprocthreadattribute
3 m…
-
When PLT entries are processed, symbols are created for each entry, and usually analysis automatically determines these to be functions, but it does not mark them as thunks to their actual implementat…
-
All platform specific API calls should be via the cxplat library rather than as usersim thunks.
For example:
https://github.com/microsoft/ebpf-for-windows/blob/e7cae1d72ba57370c8e5cbc13940dd7c7e563eb…
-
ERROR in ./src/Store.js 8:20-35
export 'default' (imported as 'thunkMiddleware') was not found in 'redux-thunk' (possible exports: thunk, withExtraArgument)
Error is mentioned above. It has stoppe…
-
## redux-logger:
打印state日志信息。
-
| | |
| --- | --- |
| Bugzilla Link | [24235](https://llvm.org/bz24235) |
| Version | trunk |
| OS | Linux |
| Attachments | [Source file to reproduce the issue](https://user-images.githubuserconten…
-
I am on Enzyme main (30b6b2d93d8ef1bdfb9f628e8c111d123cc4595e), CUDA master (7ff012) and Julia 1.10.6.
```julia
using Enzyme, CUDA
function f(a, b)
c = a .+ b
Array(c)[1]
end
a = CuArray(rand(…
-
This seem to use thunking to enable some of the functionality. I am assuming this is only going to work on 32-bit and a different thunking code (if even possible?) would be needed to run on 64-bit? If…
-
It would be super nice if all unpacked thunks use the same object store to speed things up. `.git/objects/info/alternates` and [`git clone --shared`](https://git-scm.com/docs/git-clone#git-clone---sha…
-
I have gotten this to work at a basic level. But, after I add router and thunk enhancers, I get the following error:
```
inputState.withMutations is not a function
TypeError: inputState.withMuta…