Status: Accepted
Owner: [email protected]
CC: mikhail.naganov, [email protected]
Labels: Type-Bug Priority-Medium
New issue 2276 by [email protected]: Function name inferer doesn't
work without lazy compilation
http://code.google.com/p/v8/issues/detail?id=2276
The function name inferer used as part of the parser yields different
results when used with eager compilation. The following test cases start
failing:
* cctest/test-func-name-inference/InConstructor
* cctest/test-func-name-inference/AssignmentAndCall
* cctest/test-func-name-inference/ReturnAnonymousFunction
This can be reproduced by running the test suite with the following command:
$ ./tools/test-wrapper-gypbuild.py -j12 --no-presubmit --arch=ia32
--mode=debug --report cctest/test-func-name-inference --special-command='@
--nolazy'
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev