double call on array store; possible bug in branch front end?
Adam Megacz
gcj@lists.megacz.com
Sun Mar 10 17:48:00 GMT 2002
Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
> BTW try compiling with --no-store-check and see if that works around it.
All hail Bryce's debugging instincts; it worked. Here's the test case:
http://www.megacz.com/testcase.tgz
You can just do a simple
for A in `find src -name \*.java`; do gcj -O0 $A; done
And then disassemble bin/org/mozilla/javascript/Interpreter.o. Check
in generateNestedFunctions() -- if you only see one call to
generateFunctionICode(), then you fixed it.
- a
--
"If I put copyrighted material into the 'chewy nougat center', I can
claim the crunchy chocolate coating is an 'Access Control
Mechanism'." --lynx_user_abroad
Why Windows NT/2k/XP is unreliable: www.zappadoodle.com
More information about the Java
mailing list