canOptimize() should not return with a random value
https://bugs.webkit.org/show_bug.cgi?id=97322
Summary canOptimize() should not return with a random value
Zoltan Herczeg
Reported 2012-09-21 03:46:01 PDT
compilePatchGetArrayLength(...) in JIT.h creates a JIT jit(...) but the constructor does not set the m_canOptimize boolean flag for a default value when DFG JIT is enabled. After that it calls JIT::emitArrayProfilingSiteForBytecodeIndex(...) in JITInlineMethods.h which calls JIT::emitArrayProfilingSite(...). The latter do things randomly depending on the optimization flag. I think this behaviour is not intentional, so how can I fix it?
Attachments
Note You need to log in before you can comment on or make changes to this bug.