-
We recently saw a big performance regression on the telco benchmark when the decimal module was moved to multi-phase init.
Accessing state is now much slower than before.
Anecdotally, accessing a gl…
-
i'm seeing kernel and nodejs/v8 C/c++ stacks, but no app level data. what's the best way to debug?
i'm using a nodejs fork called nsolid if that matters. the nsolid binary is also stripped, but i'm…
-
# Bug report
### Bug description:
All existing executors will reflect modifications to `sys.path` in the child thread/process/whatever that gets started. However the new `InterpreterPoolExecutor` is…
-
When trying to test https://github.com/facebook/lexical on playground.lexical.dev, the page crashes, I get the following logs:
```
17457.689 WebContent(139075): ImageDecoderClient: Invalid bitmap fo…
-
### Description
I'm using the M.2 Accelerator A + E to do some PoC.
Currently I open the Kernel Config to build the necessary kernel module (coral tpu driver) and follow the official example to …
-
Wollok Tests run failed assert does not point to the specific assert but the general test starting line. In Xtext version show the specific assert line that fail. If you use more than one assert it be…
-
Heya,
Can I suggest adding an interpreter embed. The amount of times we have to explain VSCode selecting interpreter / the right terminal python version activated is relatively high. All the thread…
-
안녕하세요, Interpreter에서 오류가 발생하는 것 같아서 이를 제보하고자 합니다.
다음은 제가 임의로 작성한 LLVM IR입니다.
```llvm
define dso_local i32 @main() #0 {
entry:
%v0 = insertelement undef, i64 3, i32 0
%v1 = insertelement…
-
Adding a WebAssembly interpreter, that supports the [component model](https://component-model.bytecodealliance.org/), for example the reference implementation [wasmtime](https://github.com/bytecodeall…
-
When having multiple sub interpreters that use PyObjC sub interpreter A could see Python objects that are created in sub interpreter B. Design a way to deal with this:
- Converting from ObjC to Py…