-
1. Apple Swift version 6.0 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
2. Compiling with effective version 5.10
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the …
-
Hi there and congratulations with open-sourcing such a useful tool. :)
As an experiment, I tried to compile back generated *.bc file. And got many undefined reference errors on ```_asm_smth()```, ```…
-
I am quickly testing avx2 vs sse2 on Ubuntu box and seeing following:
Sample mod file:
```python
NEURON {
SUFFIX hh
NONSPECIFIC_CURRENT il
RANGE x, minf, mtau, gl, el
}
STATE…
-
Create a struct containing locking info and have a pointer in the class
```
class Foo{
struct *lockingInfo
}
```
```
struct{
bool isLockBeingUpdated;
pthread_t *ownerThread;
…
-
```
Currently, the compiler emits both CPython bytecode and LLVM IR and
attaches both to all code objects it creates. However, the marshal format
only understands bytecode and drops the LLVM IR on the…
-
### Description
A compiler crash (assertion failure) occurs with `swift build --configuration release` on Windows ARM64. This is reproducible with Swift 6.0 and 6.0.1. With both Swift versions, th…
-
Unary Operations are not yet implemented. I'm currently working on this in a branch.
lerno updated
5 years ago
-
```
Currently, the compiler emits both CPython bytecode and LLVM IR and
attaches both to all code objects it creates. However, the marshal format
only understands bytecode and drops the LLVM IR on the…
-
```
Currently, the compiler emits both CPython bytecode and LLVM IR and
attaches both to all code objects it creates. However, the marshal format
only understands bytecode and drops the LLVM IR on the…
-
```
Currently, the compiler emits both CPython bytecode and LLVM IR and
attaches both to all code objects it creates. However, the marshal format
only understands bytecode and drops the LLVM IR on the…