V8bench Info

Revision as of 02:01, 27 September 2010 by Nnethercote (talk | contribs)

This info is for v8-v5.

v8-crypto

v8-deltablue

v8-earley-boyer

v8-raytrace

v8-regexp

Description. Numerous kernels stuck together. A collection of regexp operations gathered from 50 popular websites, lightly modified, and run in succession.

Key features. Ninety-four different regexps are used in many calls to RegExp.exec() and String.replace(). The return values of these calls are never used.

Mozilla-specific things. We convert RegExp.exec() to RegExp.test() if the result isn't used, or is only tested for null (bug 581595). This speeds the test up by about 1.8x.

v8-richards

v8-splay