Ilya Caramishev

Results 7 issues of Ilya Caramishev

https://developer.apple.com/documentation/apple-silicon/porting-just-in-time-compilers-to-apple-silicon It works without JIT, but probably JIT is a better solution since it is backed by Apple.

enhancement
macos

Call stripped-down `fastedge` binary to execute app locally Related Fastedge task: https://github.com/G-Core/FastEdge/issues/191

`Always` should allow to always override the function call, and unlike Unlimited, it can be declared at any moment, not only as a last in expectation chain.

enhancement

``` go test -v -gcflags="all=-N -l" ./examples/... shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" go: downloading golang.org/x/sys v0.33.0 # runtime/cgo gcc_arm64.S: Assembler messages: FAIL github.com/qrdl/testaroli/examples/functions [build failed] gcc_arm64.S:30: Error: no such...

When running test case ``` func TestOverrideInstanceMethodWithReference(t *testing.T) { s1 := square{side: 5} // use a reference to call the overridden trampoline function method := s1.Area Override(TestingContext(t), method, Always, func()...

Add the command to load KV data as CSV file, split file entries into separate requests in order not to exceed single revision limit. Depends on https://github.com/G-Core/FastEdgeConfig/issues/673