>> Yes, the question is where to put it syntactically
>
> After a class declaration like this:
>
> LLVMDisposableObject subclass:#LLVMDIBuilder
> instanceVariableNames:''
> classVariableNames:''
> poolDictionaries:'LLVMModuleFlagBehavior'
> category:'LLVM-S-Core'
>
> Annotation key: 'disposable:' value: 'true'
>
> This ANSI-compatible way (see page 39 of NCITS J20 DRAFT
> of ANSI Smalltalk Standard, rev 1.9).
>
> Perhaps nice way is
>
> Annotation disposable: true
>
>
>> and how to save it in monticello…
>
> In the source as above. In the binary, in a separate
> entry in the .zip so the other MC implementation won't
> crash but silently ignore them.
Yes, that looks good. I made a note (no idea when I will come around
implementing it, though).
Marcus