[Vm-dev] Issue 99 in cog: Link LZ4 Compression

stephane ducasse stephane.ducasse at gmail.com
Sat Oct 13 15:18:49 UTC 2012


On Oct 13, 2012, at 5:07 PM, Camillo Bruni wrote:

> 
>> 
>> IIUC there's an unspecified (probably non-public/not open source) project. You'd like to do some experiments with it (because you have access to it) and therefore you want to add some extra code (not useful for most users) to the public VM (used by everyone) to support that expriment. Am I right?
> 
> sorry, but you're quite wrong about that.
> a) if anything I produce open source artifacts
> b) I do research
> c) I work on pharo
> 
> I am looking forward to improve our system and having a state of the art
> compression library at hand might be useful. besides that I prefer shipping
> a slightly overloaded VM to the community for the sake of wider functionality.
> 
> For instance we have the SSL plugin by default now, which is kind of something
> you'd expect from any 2012 programming language.
> 
> We plan on adding the sources / ast to the image, a perfect use-case for a nice
> compression library.

but don't you think that compressing AST 
	- cannot benefit from special/specific compression only for them: theo d'hondt mentioned to me one algorithm used in Pcode (of oberon).
	- we should a fall back if this library is not there? Is it widely available?

do you really want to rely on yet another library?




More information about the Vm-dev mailing list