On Fri, 31 Jul 2020 20:20:05 -0700 (PDT), "[email protected]" <[email protected]> wrote:
>I noticed that the size of the CS version is 244% compare to BS >version. Wondering why it became so large. Does that mean Chez Scheme >runtime/vm 100 MB larger than the original one? > >Racket Mac OS X > 64-bit Intel 116.7 MB SHA1: 521b5a264afcfb3f390afacc682987268f650a25 > >Racket CS Mac OS X > 64-bit Intel 285.8 MB SHA1: 060f311fc6621c5797a62f98b743499fa4277793 > >https://pre-release.racket-lang.org/ The CS version compiles to native code rather than portable bytecode, so pretty much everything in the distribution is somewhat larger. It adds up quickly. George -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/mp6aifl0f4rtb5dqmmbu4an5i414j5ci78%404ax.com.

