Michał "phoe" Herda
Michał "phoe" Herda
From `#sbcl` on Freenode: ``` 17:00 < phoe> I have a SAVE-LISP-AND-DIE'd SBCL image that executes an application. Can I pass a --dynamic-size argument to that binary like I would...
> I guess that with the current version of things the `--dynamic-space-size` might work already, it's just not documented, right? No, currently `:SAVE-RUNTIME-OPTIONS` is set to `T`: https://github.com/dimitri/pgloader/blob/954eca02d0d27f6ce71be48d01ae4987029bca11/src/save.lisp#L83 This means...
Yes, it doesn't seem hard to do that. Nonetheless, you cannot use `save.lisp` for setting the heap size. It is a Lisp file, so it is invoked once SBCL is...
> I was reading that i could possibly increase the `--dynamic-space-size` but once I am in the sbcl terminal i am unsure the syntax on how to increase it. Does...
The latter is a type-error and is a bug in logic, and this warrants a separate ticket. We would need a backtrace to debug it properly. @dimitri How does one...
What do you mean by "replace Optima"? Do you suggest to remove Optima from Quicklisp altogether and replace it with Trivia's compatibility system?
Has there been an attempt to build (and preferably test) the Quicklisp world with Optima phased out in favor of Trivia compatibility layer? If yes, how big is the fallout?
> I don't know where the upstream version of rt is for quicklisp. https://github.com/quicklisp/quicklisp-projects/blob/master/projects/rt/source.txt states that it's `kmr-git`.
http://git.kpe.io/?p=rt.git;a=summary
(Absolute nitpick: I don't think we need a fifth base64 library in Quicklisp.)