Re: Metastopheles...

2011-11-17 Thread Luc Maisonobe
Le 18/11/2011 01:39, James Carman a écrit : > Is there any interest in importing my "metastopheles" project: > > http://metastopheles.sourceforge.net/ > > into commons? We don't really have anything like it right now and it > has turned out to be useful to me in Wicketopia. You can always put i

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-11-17 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

Re: Metastopheles...

2011-11-17 Thread Matt Benson
I'm a sucker for anything with metadata in it. I love the name Metastopheles, of course (though I'm not sure it's "Commonsy" enough). I'm curious what http://svn.apache.org/viewvc/commons/sandbox/metatypes/ is intended to be about, but I haven't run into dblevins on IRC lately to ask him. As I've

Metastopheles...

2011-11-17 Thread James Carman
Is there any interest in importing my "metastopheles" project: http://metastopheles.sourceforge.net/ into commons? We don't really have anything like it right now and it has turned out to be useful to me in Wicketopia. - To uns

Re: [Math] x + h - x != h

2011-11-17 Thread Ted Dunning
Try -XX:+PrintOptoAssembly See here: http://stackoverflow.com/questions/1551781/how-can-i-see-the-code-that-hotspot-generates-after-optimizing and here: http://weblogs.java.net/blog/kohsuke/archive/2008/03/deep_dive_into.html 2011/11/17 Sébastien Brisard > Hi, > > Also, it is clear that (x+de

Re: [Math] x + h - x != h

2011-11-17 Thread Sébastien Brisard
Hi, Also, it is clear that (x+delta) - x != delta for > some values of delta so I doubt that the optimization happens. > > Is there a specification where this is clearly stated ? I am actually strugggling to find what kind of optimizations are performed by --say-- Oracle's JVM. One reason for this