<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Giorgio,<br>
<br>
On 10/29/2023 1:18 PM, giorgio ferraris via Cuis-dev wrote:
<blockquote
cite="mid:CAD8yvAzF5-tUDT=GdsUhcUSjXcD8Ys_2DLwpezF5NVTrvh9svQ@mail.gmail.com"
type="cite">
<div dir="ltr">Hi, Juan,
<div>have you done something close to old VisualSmalltalk sll?
Very nice!</div>
<div><br>
</div>
</div>
</blockquote>
<br>
I couldn't find much documentation about SLLs. It is hard to know
exactly what SLLs supported and how they used to work. I believe SLL
loading was part of the VM, not the image. If so, I don't know if,
for example, they could handle class reshaping at all.<br>
<br>
DynamicCuisLibraries are fully implemented in Smalltalk. One
advanced feature is that if the image that builds a DCL has a
different shape for some class as the image that loads it, the load
procedure computes the union of the instance variables known by
each, and adjust any ivar access in CompiledMethods so everyting
works as expected. I believe that neither SLLs nor Parcels could do
this.<br>
<br>
Please take a look at the included tests.<br>
<br>
<blockquote
cite="mid:CAD8yvAzF5-tUDT=GdsUhcUSjXcD8Ys_2DLwpezF5NVTrvh9svQ@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>ciao</div>
<div><br>
</div>
<div>giorgio</div>
<div><br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Thu, Oct 26, 2023 at
8:32 PM Juan Vuletich via Cuis-dev <<a
moz-do-not-send="true" href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin: 0px 0px 0px
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">Hi Folks,<br>
<br>
This year I've been busy, with the help of Felipe Zak, on
implementing <br>
two new features for Cuis.<br>
<br>
1) Bootstrap. A package that lets us bootstrap new Cuis
images, <br>
including only what is desired. Smallest so far is about
150Kb, and <br>
includes Stdout, Collections, Magnitudes, etc.<br>
<br>
2) CuisDynamicLibraries. These are files that include compiled
Cuis <br>
code. They are somewhat similar to .so and .dll. They are much
(MUCH!) <br>
faster to load than .<a moz-do-not-send="true"
href="http://pck.st" rel="noreferrer" target="_blank">pck.st</a>,
and don't require a Compiler to be present.<br>
<br>
These together allow for an image of less than 200kb that can
load any <br>
needed additional code via .dcl files.<br>
<br>
Felipe and I will be giving talks on these new features at the
FAST <br>
Smalltalks 2023 conference at Universidad de Quilmes.
Documentation is <br>
on its way, but if you are brave enough, comments and examples
included <br>
in code could suffice.<br>
<br>
Cheers,<br>
<br>
-- <br>
Juan Vuletich<br>
<a moz-do-not-send="true" href="http://cuis.st"
rel="noreferrer" target="_blank">cuis.st</a><br>
<a moz-do-not-send="true" href="http://github.com/jvuletich"
rel="noreferrer" target="_blank">github.com/jvuletich</a><br>
<a moz-do-not-send="true"
href="http://researchgate.net/profile/Juan-Vuletich"
rel="noreferrer" target="_blank">researchgate.net/profile/Juan-Vuletich</a><br>
<a moz-do-not-send="true"
href="http://independent.academia.edu/JuanVuletich"
rel="noreferrer" target="_blank">independent.academia.edu/JuanVuletich</a><br>
<a moz-do-not-send="true"
href="http://patents.justia.com/inventor/juan-manuel-vuletich"
rel="noreferrer" target="_blank">patents.justia.com/inventor/juan-manuel-vuletich</a><br>
<a moz-do-not-send="true"
href="http://linkedin.com/in/juan-vuletich-75611b3"
rel="noreferrer" target="_blank">linkedin.com/in/juan-vuletich-75611b3</a><br>
<a moz-do-not-send="true"
href="http://twitter.com/JuanVuletich" rel="noreferrer"
target="_blank">twitter.com/JuanVuletich</a><br>
<br>
-- <br>
Cuis-dev mailing list<br>
<a moz-do-not-send="true" href="mailto:Cuis-dev@lists.cuis.st"
target="_blank">Cuis-dev@lists.cuis.st</a><br>
<a moz-do-not-send="true"
href="https://lists.cuis.st/mailman/listinfo/cuis-dev"
rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote>
</div>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich</pre>
</body>
</html>