-
FreeBSD gives out this rather excluding message when including `stdio.h`:
```
/usr/include/sys/_types.h:135: #error "No support for your compiler for stdargs"
```
It is triggered by is this co…
-
maybe you can consider make it more secure by adding security flags like PIE, RELRO, PaX, Canaries, ASLR, Fortify.
i dont know if this will make any difference on the performance but in my opinion, i…
-
* [「低レイヤを知りたい人のためのCコンパイラ作成入門」読書会(21)](https://c-compiler.connpass.com/event/219050/)のメモです。
* `2021/07/24(土) 13:00-16:00` 開催予定です。
* 内容は以下を予定しています。
* [Cコンパイラ作成集中講座](https://c-2020.slack.com/arc…
-
In a1ab0ff26f23c82f15180051204eeb6279747c9a, a memory leak is introduced. I added one possible way to fix it in 427fb998f44913460124f470d34edb2014108014. I just don't know how to create a PR targetin…
-
### Describe the project you are working on
Godot
### Describe the problem or limitation you are having in your project
Many users have complained for a long time about the performance in GDS…
reduz updated
2 months ago
-
* [「低レイヤを知りたい人のためのCコンパイラ作成入門」読書会(15)](https://c-compiler.connpass.com/event/200833/)のメモです。
* `2021/01/23(土) 13:00-16:00` 開催予定です。
* 内容は以下を予定しています。
* [Cコンパイラ作成集中講座](https://app.slack.com/client…
-
* [「低レイヤを知りたい人のためのCコンパイラ作成入門」読書会(5)](https://c-compiler.connpass.com/event/171655/)のメモです。
* 次回は4/25(土)を予定しています。
* 「ステップ12: 制御構文を足す」から読み進めます。
-
I found this prints "1 2 3 4 N" where N is something random (not 99).
This error doesn't occur if only 3 ints are passed before the struct, or if 5 are, so I guess it's probably an edge case in `pu…
-
at execution postgres loops in spinlock (infinite loop)
0x0000000001c6212f in pg_usleep () at pgsleep.c:50
#3 0x00000000014a03c3 in perform_spin_delay () at s_lock.c:150
#4 0x00000000014a069b in…
-
Testing `c2mir` with `sqlite3` after minor fixes (see bellow) I'm getting this results:
- sqlite3 native : **4.6 MB**
- sqlite3 c2mir : **584 MB**
Native `sqlite3`:
```
echo 'select 2 as two…