changcheng / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

Improve less compilation performance : js v8 support #489

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This feature request is related to 
https://github.com/jbosstools/m2e-wro4j/issues/1.

Can we provide performance boost when compiling less files by adding js v8 
support ?

There are 2 JNI wrappers for v8 :
 * https://github.com/zazl/serverutils 
   see also :
   http://rbackhouse.blogspot.fr/2011/03/using-google-v8-javascript-engine-in.html 
http://www.zazl.org/?page_id=150 
 * http://code.google.com/p/jav8/

Didn't tested them though, so donno if they are stable enough.

Original issue reported on code.google.com by adr_gonz...@yahoo.fr on 13 Jul 2012 at 8:36

GoogleCodeExporter commented 9 years ago
There is already an open issue for adding v8 support. It would greatly improve 
performance of processors which currently are based on rhino. 

I tried once to integrate v8, but my attempt was unsuccessful. Thanks for 
providing links, I hope these contain useful details.

Original comment by alex.obj...@gmail.com on 13 Jul 2012 at 8:40

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 13 Jul 2012 at 8:40

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 13 Jul 2012 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 15 Sep 2012 at 10:45