-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
When compiling any Nim program using NimAES, a very large .c file is generated (several MBs), which takes a long time to compile, uses up a large amount of memory during compilation making it impossibly ble to compile on low-memory systems (500-1000MB of RAM) and results in bigger executables.
This can be observed even when compiling the test program in this repository.
I never encountered this behavior in previous versions of Nim. Any idea why this is happening now?
Metadata
Metadata
Assignees
Labels
No labels