Changes between Initial Version and Version 1 of Ticket #72024, comment 10
- Timestamp:
- Feb 10, 2025, 3:22:48 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #72024, comment 10
initial v1 1 See https://github.com/vectorgraphics/asymptote/issues/521#issuecomment-2644549764 for the rationale for using an integrated garbage collector in Asymptote. Boehm gc is a small library; it only adds 145kB to the stripped binary. 1 See https://github.com/vectorgraphics/asymptote/issues/521#issuecomment-2644549764 for the rationale for using an integrated garbage collector in Asymptote. Boehm gc is a small library; it only adds 145kB to the stripped binary. Also, in the version we compile we exploit the fact that our application is single threaded; the second thread is only used for OpenGL rendering (long ago MacOS forced this requirement on us:-).
