<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Am 06.04.2012 16:41, schrieb Guillermo Polito:
    <blockquote
cite="mid:CAOBmb53KWCE9T=mYT9OXMj8+Wh+6AbM-Np7QFLXnebqQ3t0njw@mail.gmail.com"
      type="cite">
      <pre wrap=""> </pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">Hi!

I was wandering what are the implications of a class being compact or not.
And also what happens if a class has it's format thinking it's compact but
it's not in the compact classes array?

I'm looking at the implications of bootstrapping a smalltalk inside the
same environment, and having two CompiledMethod classes, two Array classes,
etc, brings me to this issue :).

Thanks!
Guille

</pre>
    </blockquote>
    Compact classes must be in the compact classes array so their
    instances know their correct class.<br>
    If you want to bootstrap an image inside another one, do it without
    compact classes.<br>
    You can always add them later when needed (which is somewhat
    questionable, because their space-saving advantage has a
    corresponding speed disadvantage).<br>
    <br>
    Cheers,<br>
    Hans-Martin<br>
  </body>
</html>