|
|
|
|
|
by bbernoulli
2803 days ago
|
|
From the comment on commit which removed 50,000 lines of code: `The only supported platform is now Linux/x86-64 with JIT+FFI+GC64.` And the readme:
`Reduced code maintenance footprint ~50% by removing #ifdef features that are not required for Linux/x86-64 e.g. Windows support, 32-bit heap support, and non-x86 backends. This is a necessary short-term expedient to make the code maintainable while we bootstrap the project.` I wonder how that 50,000 lines was broken down by feature... |
|